Passed
Push — develop ( 0738e8...8997e3 )
by nguereza
03:04
created
src/Http/Response/RestResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
             $result['message'] = $message;
83 83
         }
84 84
 
85
-        if($data){
85
+        if ($data) {
86 86
             $result['data'] = $data;
87 87
         }
88 88
 
Please login to merge, or discard this patch.