Completed
Push — dev/store-tests ( b87144...74972e )
by Kiyotaka
05:24
created
src/Eccube/Service/PluginApiService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 
25 25
 class PluginApiService
26 26
 {
27
-   /**
27
+    /**
28 28
      * Url for Api
29 29
      *
30 30
      * @var string
Please login to merge, or discard this patch.
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.