Completed
Pull Request — 4.0 (#4625)
by Kentaro
04:58
created
src/Eccube/Service/SchemaService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@
 block discarded – undo
47 47
      * @param callable $callback Metadata を生成した後に実行されるコールバック関数
48 48
      * @param array $generatedFiles Proxy ファイルパスの配列
49 49
      * @param string $proxiesDirectory Proxy ファイルを格納したディレクトリ
50
-     * @param bool $saveMode UpdateSchema を即時実行する場合 true
51 50
      * @param string $outputDir Metadata の出力先ディレクトリ
52 51
      */
53 52
     public function executeCallback(callable $callback, $generatedFiles, $proxiesDirectory, $outputDir = null)
Please login to merge, or discard this patch.
src/Eccube/Service/Composer/ComposerApiService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -386,6 +386,9 @@
 block discarded – undo
386 386
         $this->init($BaseInfo);
387 387
     }
388 388
 
389
+    /**
390
+     * @param string $packageNames
391
+     */
389 392
     private function dropTableToExtra($packageNames)
390 393
     {
391 394
         foreach (explode(' ', trim($packageNames)) as $packageName) {
Please login to merge, or discard this patch.