Completed
Push — master ( 52fffe...19ef02 )
by Mauro
03:46 queued 01:44
created
src/Handlers/ApiError.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
         ];
17 17
         $body = json_encode($data, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT);
18 18
         return $response
19
-                   ->withStatus($status)
20
-                   ->withHeader("Content-type", "application/json")
21
-                   ->write($body);
19
+                    ->withStatus($status)
20
+                    ->withHeader("Content-type", "application/json")
21
+                    ->write($body);
22 22
     }
23 23
 }
Please login to merge, or discard this patch.