Passed
Push — 0.x ( 4e8b36...b98d1c )
by Pavel
03:25
created
src/AnthillBundle/Vacancy/Scanner/ConveyorAwareScanner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         $parsedDto = new ParsedDto();
64 64
         $parsedDto->setVacancy($rawDto);
65 65
 
66
-        $scannerDto  = $this->scanner instanceof MultistrategicScanner
66
+        $scannerDto = $this->scanner instanceof MultistrategicScanner
67 67
             ? new MultistrategicScannerDto()
68 68
             : new ScannerDto();
69 69
 
Please login to merge, or discard this patch.
src/AppBundle/Event/Listener/Http/Proxy/CacheInvalidationListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     {
63 63
         $httpClient = $event->getClient();
64 64
 
65
-        if (! $httpClient instanceof ProxyAwareClientInterface || ! $httpClient->isProxyEnabled()) {
65
+        if (!$httpClient instanceof ProxyAwareClientInterface || !$httpClient->isProxyEnabled()) {
66 66
             return;
67 67
         }
68 68
 
Please login to merge, or discard this patch.
web/config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     exit('This script is only accessible from localhost.');
23 23
 }
24 24
 
25
-require_once dirname(__FILE__).'/../var/SymfonyRequirements.php';
25
+require_once dirname(__FILE__) . '/../var/SymfonyRequirements.php';
26 26
 
27 27
 $symfonyRequirements = new SymfonyRequirements();
28 28
 
Please login to merge, or discard this patch.
src/AppBundle/Http/Client/Batman.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
      */
163 163
     public function isProxyEnabled(): bool
164 164
     {
165
-        return !! $this->options['proxy']['enabled'];
165
+        return !!$this->options['proxy']['enabled'];
166 166
     }
167 167
 
168 168
     /**
Please login to merge, or discard this patch.