Completed
Pull Request — master (#2)
by Mathieu
06:58
created
src/AssertJsonResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             return $this->seeJsonStructure($structure);
53 53
         }
54 54
 
55
-        if (! $responseData) {
55
+        if (!$responseData) {
56 56
             $responseData = json_decode($this->response->getContent(), true);
57 57
         }
58 58
 
Please login to merge, or discard this patch.