Completed
Push — master ( f271f8...481b46 )
by Rolf
03:32
created
src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         Response $response,
17 17
         Parameter $param,
18 18
         &$value,
19
-        $context =  null
19
+        $context = null
20 20
     ) {
21 21
         $value[$param->getName()] = $param->filter($response->getBody());
22 22
     }
Please login to merge, or discard this patch.
src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         Response $response,
17 17
         Parameter $param,
18 18
         &$value,
19
-        $context =  null
19
+        $context = null
20 20
     ) {
21 21
         $value[$param->getName()] = $param->filter($response->getBody());
22 22
     }
Please login to merge, or discard this patch.