@@ -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; |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
| 30 | 30 | use Symfony\Component\Finder\Finder; |
| 31 | 31 | use Symfony\Component\Yaml\Yaml; |
| 32 | -use Monolog\Logger; |
|
| 33 | 32 | |
| 34 | 33 | class FormEventSubscriber implements EventSubscriberInterface |
| 35 | 34 | { |