@@ -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 | use WebStream\IO\File; |
7 | 6 | use WebStream\Exception\Extend\IOException; |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use WebStream\Annotation\Filter; |
9 | 9 | use WebStream\Annotation\Base\IAnnotatable; |
10 | 10 | use WebStream\Database\DatabaseManager; |
11 | -use WebStream\Database\Result; |
|
12 | 11 | use WebStream\Exception\Extend\DatabaseException; |
13 | 12 | use WebStream\Exception\Extend\MethodNotFoundException; |
14 | 13 | use Doctrine\DBAL\Connection; |
@@ -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 | { |
@@ -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 | */ |