Passed
Branch 0.x (5dcc76)
by Pavel
03:30
created
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.
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.