Test Failed
Push — master ( 3a6f04...6b1160 )
by Jean-Bernard
02:43 queued 37s
created
public/app_dev.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.');
19 19
 }
20 20
 
21
-chdir('..') ; // TODO: is this needed and why? -- to find autoload, kernel.root_dir and config file
21
+chdir('..'); // TODO: is this needed and why? -- to find autoload, kernel.root_dir and config file
22 22
 
23 23
 $loader = require 'vendor/autoload.php';
24 24
 // $loader = require __DIR__.'/../vendor/autoload.php';
Please login to merge, or discard this patch.