Passed
Push — master ( ebd448...4a70a7 )
by Iman
05:44
created
src/controllers/ApiController/ExecuteApi.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
         $result = [
156 156
             'api_status' => 0,
157 157
             'api_message' => 'There is no data found !',
158
-         ];
158
+            ];
159 159
         if (cbGetsetting('api_debug_mode') == 'true') {
160 160
             $result['api_authorization'] = $debugModeMessage;
161 161
         }
Please login to merge, or discard this patch.