Failed Conditions
Pull Request — 4.0 (#3763)
by Kiyotaka
07:09
created
src/Eccube/Service/PluginApiService.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -250,6 +250,9 @@
 block discarded – undo
250 250
         $this->updatePluginStatus('/status/uninstalled', $Plugin);
251 251
     }
252 252
 
253
+    /**
254
+     * @param string $url
255
+     */
253 256
     private function updatePluginStatus($url, Plugin $Plugin)
254 257
     {
255 258
         if ($Plugin->getSource()) {
Please login to merge, or discard this 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.