Passed
Branch improvement/codestyle-update (40a9b1)
by Andrii
02:13
created
src/Models/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
     {
111 111
         if (strlen($contents) > 1) {
112 112
             $contents = json_decode($contents, 1);
113
-            return is_array($contents) ? $contents: [];
113
+            return is_array($contents) ? $contents : [];
114 114
         }
115 115
 
116 116
         return [];
Please login to merge, or discard this patch.