Completed
Push — master ( d44a4d...4aa695 )
by Iman
09:02
created
src/MakeSure/CheckExpectations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
     private function checkResponse()
27 27
     {
28
-        if (! $this->last->http) {
28
+        if (!$this->last->http) {
29 29
             return;
30 30
         }
31 31
         $method = $this->last->http['method'];
Please login to merge, or discard this patch.