Failed Conditions
Pull Request — 3.0.9-dev (#1439)
by k-yamamura
57:50 queued 28:34
created
src/Eccube/Application.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -454,7 +454,7 @@
 block discarded – undo
454 454
         foreach ($finder as $dir) {
455 455
             if (file_exists($dir->getRealPath().'/config.yml')) {
456 456
                 $config = Yaml::parse(file_get_contents($dir->getRealPath().'/config.yml'));
457
-            }else{
457
+            } else{
458 458
                 $error = 'Application::initDoctrine : config.yamlがみつかりません'.$dir->getRealPath();
459 459
                 $this->log($error, array(), Logger::WARNING);
460 460
                 continue;
Please login to merge, or discard this patch.