@@ -1,7 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | namespace WebStream\Annotation; |
3 | 3 | |
4 | -use WebStream\Core\CoreInterface; |
|
5 | 4 | use WebStream\Annotation\Base\Annotation; |
6 | 5 | use WebStream\Annotation\Base\IAnnotatable; |
7 | 6 | use WebStream\Annotation\Base\IMethod; |
@@ -10,7 +9,6 @@ discard block |
||
10 | 9 | use WebStream\Module\Utility\CommonUtils; |
11 | 10 | use WebStream\Module\Utility\ApplicationUtils; |
12 | 11 | use WebStream\Module\ClassLoader; |
13 | -use WebStream\Module\ServiceLocator; |
|
14 | 12 | use WebStream\Exception\Extend\ValidateException; |
15 | 13 | use WebStream\Exception\Extend\AnnotationException; |
16 | 14 | use WebStream\Exception\Extend\InvalidRequestException; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use WebStream\Exception\ApplicationException; |
7 | 7 | use WebStream\Exception\SystemException; |
8 | 8 | use WebStream\Exception\DelegateException; |
9 | -use WebStream\Module\ServiceLocator; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * Applicationクラス |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace WebStream\IO\Writer; |
3 | 3 | |
4 | 4 | use WebStream\IO\OutputStream; |
5 | -use WebStream\Exception\Extend\InvalidArgumentException; |
|
6 | 5 | |
7 | 6 | /** |
8 | 7 | * OutputStreamWriter |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace WebStream\IO\Writer; |
3 | 3 | |
4 | 4 | use WebStream\IO\File; |
5 | -use WebStream\IO\FileOutputStream; |
|
6 | 5 | use WebStream\Exception\Extend\IOException; |
7 | 6 | |
8 | 7 | /** |