Completed
Push — remove-extra-tables ( 85f800 )
by Kiyotaka
05:51
created
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.
src/Eccube/Service/SchemaService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,6 @@
 block discarded – undo
54 54
      * @param callable $callback Metadata を生成した後に実行されるコールバック関数
55 55
      * @param array $generatedFiles Proxy ファイルパスの配列
56 56
      * @param string $proxiesDirectory Proxy ファイルを格納したディレクトリ
57
-     * @param bool $saveMode UpdateSchema を即時実行する場合 true
58 57
      * @param string $outputDir Metadata の出力先ディレクトリ
59 58
      */
60 59
     public function executeCallback(callable $callback, $generatedFiles, $proxiesDirectory, $outputDir = null)
Please login to merge, or discard this patch.