Passed
Pull Request — master (#1)
by Alessandro
02:04
created
src/config/error_handler.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
     |
22 22
     */
23 23
 
24
-   'driver' => 'array_response',
24
+    'driver' => 'array_response',
25 25
 
26
-   /*
26
+    /*
27 27
     |--------------------------------------------------------------------------
28 28
     | API Errors Key
29 29
     |--------------------------------------------------------------------------
Please login to merge, or discard this patch.
src/config/request.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@
 block discarded – undo
29 29
     |
30 30
     */
31 31
 
32
-   'driver' => 'rest',
32
+    'driver' => 'rest',
33 33
 
34
-   /*
34
+    /*
35 35
     |--------------------------------------------------------------------------
36 36
     | HTTP method request parameter
37 37
     |--------------------------------------------------------------------------
Please login to merge, or discard this patch.
src/config/response.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@
 block discarded – undo
16 16
     |
17 17
     */
18 18
 
19
-   'driver' => 'http_status_code',
19
+    'driver' => 'http_status_code',
20 20
 
21
-   /*
21
+    /*
22 22
     |--------------------------------------------------------------------------
23 23
     | HTTP Status Codes
24 24
     |--------------------------------------------------------------------------
Please login to merge, or discard this patch.