@@ -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 |