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.
src/Eccube/Event/FormEventSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.