@@ -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)) { |
@@ -19,6 +19,9 @@ |
||
| 19 | 19 | { |
| 20 | 20 | protected $trait_proxies_directory; |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param string $dir |
|
| 24 | + */ |
|
| 22 | 25 | public function setTraitProxiesDirectory($dir) |
| 23 | 26 | { |
| 24 | 27 | $this->trait_proxies_directory = $dir; |
@@ -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 | { |
@@ -347,7 +347,7 @@ |
||
| 347 | 347 | * |
| 348 | 348 | * @param null $currency |
| 349 | 349 | * |
| 350 | - * @return bool|string |
|
| 350 | + * @return string|null |
|
| 351 | 351 | */ |
| 352 | 352 | public function getCurrencySymbol($currency = null) |
| 353 | 353 | { |
@@ -111,7 +111,6 @@ |
||
| 111 | 111 | /** |
| 112 | 112 | * Doctrineのキャッシュを削除します. |
| 113 | 113 | * |
| 114 | - * @param null $env |
|
| 115 | 114 | * |
| 116 | 115 | * @return string |
| 117 | 116 | * |