Passed
Push — master ( cf340d...4e06a8 )
by Arthur
06:10
created
src/Foundation/Abstracts/Tests/HttpTest.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,9 @@
 block discarded – undo
65 65
 
66 66
     protected function decodeHttpContent($content, $unwrap = true)
67 67
     {
68
-        if ($unwrap)
69
-            return json_decode($content, true)['data'];
68
+        if ($unwrap) {
69
+                    return json_decode($content, true)['data'];
70
+        }
70 71
         return json_decode($content, true);
71 72
     }
72 73
 
Please login to merge, or discard this patch.