@@ -15,7 +15,6 @@ |
||
15 | 15 | |
16 | 16 | use Scabbia\Scanners\ScannerInterface; |
17 | 17 | use Scabbia\Scanners\TokenStream; |
18 | -use LogicException; |
|
19 | 18 | use ReflectionClass; |
20 | 19 | |
21 | 20 | /** |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | * @param array|integer $uType |
176 | 176 | * @param array|string|null $uValue |
177 | 177 | * |
178 | - * @return mixed |
|
178 | + * @return boolean |
|
179 | 179 | */ |
180 | 180 | public function nextUntil($uType, $uValue = null) |
181 | 181 | { |
@@ -196,7 +196,7 @@ discard block |
||
196 | 196 | * @param array|integer $uType |
197 | 197 | * @param array|string|null $uValue |
198 | 198 | * |
199 | - * @return mixed |
|
199 | + * @return boolean |
|
200 | 200 | */ |
201 | 201 | public function test($uType, $uValue = null) |
202 | 202 | { |
@@ -14,7 +14,6 @@ |
||
14 | 14 | namespace Scabbia\Scanners; |
15 | 15 | |
16 | 16 | use Countable; |
17 | -use Exception; |
|
18 | 17 | use SeekableIterator; |
19 | 18 | use UnexpectedValueException; |
20 | 19 | use OutOfBoundsException; |