Completed
Pull Request — experimental/3.1 (#2583)
by
unknown
49:28 queued 07:47
created
src/Eccube/Controller/Admin/Store/OwnerStoreController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
                         $i++;
133 133
                     }
134 134
                 } else {
135
-                    $message = $data['error_code'] . ' : ' . $data['error_message'];
135
+                    $message = $data['error_code'].' : '.$data['error_message'];
136 136
                 }
137 137
             } else {
138 138
                 $success = 0;
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
         /**
178 178
          * @var PluginService $pluginService
179 179
          */
180
-        $pluginService =  $app['eccube.service.plugin'];
180
+        $pluginService = $app['eccube.service.plugin'];
181 181
         $plugin = $pluginService->buildInfo($items, $pluginCode);
182 182
 
183 183
         // Prevent infinity loop: A -> B -> A.
Please login to merge, or discard this patch.