Completed
Pull Request — master (#5)
by
unknown
04:14
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
         }
169 169
 
170 170
         if (array_key_exists('Status', $headers)) {
171
-            $response = $response->withStatus((int)$headers['Status']);
171
+            $response = $response->withStatus((int) $headers['Status']);
172 172
             unset($headers['Status']);
173 173
         }
174 174
 
Please login to merge, or discard this patch.