Failed Conditions
Push — dev/store-tests ( 7e7716...b538ec )
by Kiyotaka
05:30
created
src/Eccube/Service/Composer/ComposerServiceFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
 class ComposerServiceFactory
32 32
 {
33
-   public static function createService(ContainerInterface $container)
33
+    public static function createService(ContainerInterface $container)
34 34
     {
35 35
         /** @var BaseInfo $BaseInfo */
36 36
         $BaseInfo = $container->get(BaseInfoRepository::class)->get();
Please login to merge, or discard this patch.