Failed Conditions
Pull Request — 4.0 (#4439)
by
unknown
04:42
created
src/Eccube/Command/InstallerCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
         }
108 108
 
109 109
         // APP_DEBUG
110
-        $appDebug = env('APP_DEBUG','1');
110
+        $appDebug = env('APP_DEBUG', '1');
111 111
 
112 112
         // ECCUBE_ADMIN_ROUTE
113 113
         $adminRoute = $this->container->getParameter('eccube_admin_route');
Please login to merge, or discard this patch.