Completed
Push — master ( 7e1f82...ef16b4 )
by Afshin
02:20 queued 12s
created
bootstrap/server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
 Facade::setFacadeApplication($app);
18 18
 $settings['tracy']['path'] = '';
19
-if($app->getContainer() instanceof Psr\Container\ContainerInterface){
19
+if ($app->getContainer() instanceof Psr\Container\ContainerInterface) {
20 20
     $settings = $app->getContainer()->settings;
21 21
 }
22 22
 
Please login to merge, or discard this patch.