Passed
Push — dependencies ( 013dad...bc9972 )
by Arnaud
23:16 queued 20:15
created
src/Response/Handler/ResponseCodeHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         }
29 29
         $responseCode = $client->getResponse()->getStatusCode();
30 30
 
31
-        if ((string) $expectedResponseCode !== (string) $responseCode) {
31
+        if ((string)$expectedResponseCode !== (string)$responseCode) {
32 32
             throw new Exception('Excepted code '.$expectedResponseCode.', got '.$responseCode.' for route '.$routeName);
33 33
         }
34 34
     }
Please login to merge, or discard this patch.