@@ -16,6 +16,7 @@ |
||
16 | 16 | |
17 | 17 | /** |
18 | 18 | * constructor |
19 | + * @param \Exception $exception |
|
19 | 20 | */ |
20 | 21 | public function __construct($message, $code = 500, $exception = null) |
21 | 22 | { |
@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | /** |
32 | 32 | * constructor |
33 | - * @param string $filepath ファイルパス |
|
33 | + * @param string $filePath ファイルパス |
|
34 | 34 | */ |
35 | 35 | public function __construct(string $filePath) |
36 | 36 | { |
@@ -179,6 +179,7 @@ |
||
179 | 179 | /** |
180 | 180 | * ログローテートサイクルを時間に変換 |
181 | 181 | * @param string ローテートサイクル |
182 | + * @param string $cycle |
|
182 | 183 | * @return int ローテート時間 |
183 | 184 | * @throws LoggerException |
184 | 185 | */ |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace WebStream\Cache\Driver; |
3 | 3 | |
4 | -use WebStream\DI\Injector; |
|
5 | 4 | use WebStream\Container\Container; |
6 | 5 | |
7 | 6 | /** |
@@ -16,6 +16,7 @@ |
||
16 | 16 | |
17 | 17 | /** |
18 | 18 | * constructor |
19 | + * @param \Exception $exception |
|
19 | 20 | */ |
20 | 21 | public function __construct($message, $code = 500, $exception = null) |
21 | 22 | { |