Completed
Push — master ( 3fc885...e3c864 )
by Temitope
02:19
created
index.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author   Temitope Olotin <[email protected]>
4
- * @license  <https://opensource.org/license/MIT> MIT
5
- */
3
+     * @author   Temitope Olotin <[email protected]>
4
+     * @license  <https://opensource.org/license/MIT> MIT
5
+     */
6 6
 require 'vendor/autoload.php';
7 7
 
8 8
 use \Psr\Http\Message\ResponseInterface as Response;
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
16 16
 
17 17
 $app = new Slim\App([
18 18
     'settings' => [
19
-     'debug'               => true,
20
-     'displayErrorDetails' => true,
19
+        'debug'               => true,
20
+        'displayErrorDetails' => true,
21 21
     ],
22 22
 ]);
23 23
 
Please login to merge, or discard this patch.