Completed
Branch master (d7035c)
by Charles
03:27
created
components/JsonResponseFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
                 $response->data['status'] = $status;
60 60
 
61 61
                 if ($response->data['data'] === [] || $response->data['data'] === null) {
62
-                    $response->data['data'] =  null;
62
+                    $response->data['data'] = null;
63 63
                 }
64 64
             }
65 65
 
Please login to merge, or discard this patch.