Failed Conditions
Pull Request — experimental/3.1 (#2534)
by chihiro
32:03
created
src/Eccube/Application.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -656,13 +656,13 @@
 block discarded – undo
656 656
         $pluginConfigs = PluginConfigManager::getPluginConfigAll($this['debug']);
657 657
         $ormMappings = array();
658 658
         $ormMappings[] = array(
659
-             'type' => 'annotation',
660
-             'namespace' => 'Eccube\Entity',
661
-             'path' => array(
662
-                 __DIR__.'/Entity'
663
-             ),
664
-             'use_simple_annotation_reader' => false,
665
-         );
659
+                'type' => 'annotation',
660
+                'namespace' => 'Eccube\Entity',
661
+                'path' => array(
662
+                    __DIR__.'/Entity'
663
+                ),
664
+                'use_simple_annotation_reader' => false,
665
+            );
666 666
 
667 667
         if (isset($this['config']['vendor_dir'])) {
668 668
             $ormMappings[] = array(
Please login to merge, or discard this patch.