@@ -7,7 +7,6 @@ |
||
7 | 7 | use WebStream\Annotation\Base\IRead; |
8 | 8 | use WebStream\Annotation\Container\AnnotationContainer; |
9 | 9 | use WebStream\Container\Container; |
10 | -use WebStream\Exception\Extend\AnnotationException; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * Filter |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use WebStream\Annotation\Base\IAnnotatable; |
6 | 6 | use WebStream\Annotation\Base\IRead; |
7 | 7 | use WebStream\Annotation\Base\IMethods; |
8 | -use WebStream\Annotation\container\AnnotationListContainer; |
|
9 | 8 | use WebStream\Container\Container; |
10 | 9 | use WebStream\Exception\Extend\DatabaseException; |
11 | 10 | use WebStream\IO\File; |
@@ -72,8 +72,7 @@ |
||
72 | 72 | |
73 | 73 | /** |
74 | 74 | * キーの値を設定する |
75 | - * @param string $name メソッド名 |
|
76 | - * @param array $arguments 引数リスト |
|
75 | + * @param string $key |
|
77 | 76 | * @return void |
78 | 77 | */ |
79 | 78 | public function set($key, $value) |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace WebStream\Exception\Delegate; |
3 | 3 | |
4 | 4 | use WebStream\DI\Injector; |
5 | -use WebStream\Exception\SystemException; |
|
6 | 5 | use WebStream\Exception\DelegateException; |
7 | 6 | |
8 | 7 | /** |
@@ -13,6 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | /** |
15 | 15 | * constructor |
16 | + * @param string $message |
|
16 | 17 | */ |
17 | 18 | public function __construct($message = null) |
18 | 19 | { |
@@ -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 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace WebStream\IO; |
3 | 3 | |
4 | 4 | use WebStream\Exception\Extend\InvalidArgumentException; |
5 | -use WebStream\Exception\Extend\IOException; |
|
6 | 5 | |
7 | 6 | /** |
8 | 7 | * StringInputStream |
@@ -148,7 +148,7 @@ |
||
148 | 148 | /** |
149 | 149 | * 読み込み可能アノテーション情報を設定する |
150 | 150 | * @param string アノテーションクラスパス |
151 | - * @param Container アノテーションクラス依存コンテナ |
|
151 | + * @param Container Container |
|
152 | 152 | */ |
153 | 153 | public function readable(string $classpath, Container $container = null) |
154 | 154 | { |
@@ -13,6 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | /** |
15 | 15 | * constructor |
16 | + * @param string $message |
|
16 | 17 | */ |
17 | 18 | public function __construct($message = null) |
18 | 19 | { |