Passed
Push — master ( db3f91...72a528 )
by Jean
01:21
created
config/routes.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-	$l_routes = [
3
+    $l_routes = [
4 4
         ['GET','/', 'App\Controller\DefaultController::home', 'default_home'],
5 5
     ];
Please login to merge, or discard this patch.