@@ -454,7 +454,7 @@ |
||
| 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; |