Passed
Push — master ( 7f6a2e...f50264 )
by Vladimir
07:00
created
src/Check/http/GuzzleHttpService/Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
         $node = $node
57 57
             ->beforeNormalization()
58 58
             ->ifArray()
59
-            ->then(static function ($value) use ($keys) {
59
+            ->then(static function($value) use ($keys) {
60 60
                 foreach ($keys as $key) {
61 61
                     if (isset($value[$key])) {
62 62
                         foreach ($value['items'] as &$v) {
Please login to merge, or discard this patch.
src/Check/http/GuzzleHttpService/GuzzleHttpService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
     {
150 150
         return $this->request instanceof PsrRequestInterface
151 151
             ? (string) $this->request->getUri() // guzzle 6
152
-            : $this->request->getUrl();         // guzzle 4 and 5
152
+            : $this->request->getUrl(); // guzzle 4 and 5
153 153
     }
154 154
 
155 155
     /**
Please login to merge, or discard this patch.