Completed
Push — master ( c819e0...8d89b1 )
by joseph
03:30
created
src/include/routerTop.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
 }
15 15
 if (!$autoloadFileFound) {
16 16
     echo 'You need to set up the project dependencies using the following commands:'.PHP_EOL.
17
-         'curl -s http://getcomposer.org/installer | php'.PHP_EOL.
18
-         'php composer.phar install'.PHP_EOL;
17
+            'curl -s http://getcomposer.org/installer | php'.PHP_EOL.
18
+            'php composer.phar install'.PHP_EOL;
19 19
     die(1);
20 20
 }
21 21
 
Please login to merge, or discard this patch.