@@ -41,6 +41,9 @@ |
||
41 | 41 | $this->kernel = $kernel; |
42 | 42 | } |
43 | 43 | |
44 | + /** |
|
45 | + * @param string $env |
|
46 | + */ |
|
44 | 47 | public function clearCache($env = null) |
45 | 48 | { |
46 | 49 | $console = new Application($this->kernel); |
@@ -121,7 +121,7 @@ |
||
121 | 121 | /** |
122 | 122 | * 文字コードの判定 |
123 | 123 | * |
124 | - * @param $value |
|
124 | + * @param string $value |
|
125 | 125 | * |
126 | 126 | * @return string |
127 | 127 | */ |