@@ -112,6 +112,9 @@ |
||
112 | 112 | } |
113 | 113 | } |
114 | 114 | |
115 | + /** |
|
116 | + * @param string $outputDir |
|
117 | + */ |
|
115 | 118 | protected function removeOutputDir($outputDir) |
116 | 119 | { |
117 | 120 | if (file_exists($outputDir)) { |
@@ -4,10 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Bundle\DoctrineBundle\Command\Proxy\DoctrineCommandHelper; |
6 | 6 | use Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand as BaseUpdateSchemaDoctrineCommand; |
7 | -use Doctrine\Common\Annotations\AnnotationReader; |
|
8 | -use Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand; |
|
9 | 7 | use Doctrine\ORM\Tools\SchemaTool; |
10 | -use Eccube\Doctrine\ORM\Mapping\Driver\ReloadSafeAnnotationDriver; |
|
11 | 8 | use Eccube\Repository\PluginRepository; |
12 | 9 | use Eccube\Service\PluginService; |
13 | 10 | use Eccube\Service\SchemaService; |
@@ -45,7 +45,6 @@ discard block |
||
45 | 45 | * @param callable $callback Metadata を生成した後に実行されるコールバック関数 |
46 | 46 | * @param array $generatedFiles Proxy ファイルパスの配列 |
47 | 47 | * @param string $proxiesDirectory Proxy ファイルを格納したディレクトリ |
48 | - * @param bool $saveMode UpdateSchema を即時実行する場合 true |
|
49 | 48 | * @param string $outputDir Metadata の出力先ディレクトリ |
50 | 49 | */ |
51 | 50 | public function executeCallback(callable $callback, $generatedFiles, $proxiesDirectory, $outputDir = null) |
@@ -107,7 +106,7 @@ discard block |
||
107 | 106 | /** |
108 | 107 | * ネームスペースに含まれるEntityのテーブルを削除する |
109 | 108 | * |
110 | - * @param $targetNamespace string 削除対象のネームスペース |
|
109 | + * @param string $targetNamespace string 削除対象のネームスペース |
|
111 | 110 | */ |
112 | 111 | public function dropTable($targetNamespace) |
113 | 112 | { |