Passed
Push — develop ( fc1784...2333df )
by nguereza
03:10
created
src/Http/Response/RestResponse.php 1 patch
Indentation   +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
-		$result['data'] = $data;
85
+        $result['data'] = $data;
86 86
 
87 87
         if (!empty($extras)) {
88 88
             $result = array_merge($result, $extras);
Please login to merge, or discard this patch.