@@ -51,6 +51,9 @@ |
||
51 | 51 | $this->kernel = $kernel; |
52 | 52 | } |
53 | 53 | |
54 | + /** |
|
55 | + * @param string $env |
|
56 | + */ |
|
54 | 57 | public function clearCache($env = null) |
55 | 58 | { |
56 | 59 | $console = new Application($this->kernel); |
@@ -131,7 +131,7 @@ |
||
131 | 131 | /** |
132 | 132 | * 文字コードの判定 |
133 | 133 | * |
134 | - * @param $value |
|
134 | + * @param string $value |
|
135 | 135 | * |
136 | 136 | * @return string |
137 | 137 | */ |