Passed
Push — master ( 6a638e...1a1f95 )
by Florent
02:37
created
src/start.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 $container->set('themesdir', __DIR__ . '/../public/themes/');
42 42
 
43 43
 // Rename config.sample.json to config.json
44
-$confDir =  __DIR__ . '/../config/';
44
+$confDir = __DIR__ . '/../config/';
45 45
 if ((file_exists($confDir . 'config.sample.json')) && (!file_exists($confDir . 'config.json'))) {
46 46
     copy($confDir . 'config.sample.json', $confDir . 'config.json');
47 47
 }
Please login to merge, or discard this patch.