@@ -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 | /** |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Scabbia2 Scanners Component |
|
| 4 | - * https://github.com/eserozvataf/scabbia2 |
|
| 5 | - * |
|
| 6 | - * For the full copyright and license information, please view the LICENSE |
|
| 7 | - * file that was distributed with this source code. |
|
| 8 | - * |
|
| 9 | - * @link https://github.com/eserozvataf/scabbia2-scanners for the canonical source repository |
|
| 10 | - * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | - * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | - */ |
|
| 3 | + * Scabbia2 Scanners Component |
|
| 4 | + * https://github.com/eserozvataf/scabbia2 |
|
| 5 | + * |
|
| 6 | + * For the full copyright and license information, please view the LICENSE |
|
| 7 | + * file that was distributed with this source code. |
|
| 8 | + * |
|
| 9 | + * @link https://github.com/eserozvataf/scabbia2-scanners for the canonical source repository |
|
| 10 | + * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | + * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Scabbia\Scanners; |
| 15 | 15 | |
@@ -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; |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Scabbia2 Scanners Component |
|
| 4 | - * https://github.com/eserozvataf/scabbia2 |
|
| 5 | - * |
|
| 6 | - * For the full copyright and license information, please view the LICENSE |
|
| 7 | - * file that was distributed with this source code. |
|
| 8 | - * |
|
| 9 | - * @link https://github.com/eserozvataf/scabbia2-scanners for the canonical source repository |
|
| 10 | - * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | - * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | - */ |
|
| 3 | + * Scabbia2 Scanners Component |
|
| 4 | + * https://github.com/eserozvataf/scabbia2 |
|
| 5 | + * |
|
| 6 | + * For the full copyright and license information, please view the LICENSE |
|
| 7 | + * file that was distributed with this source code. |
|
| 8 | + * |
|
| 9 | + * @link https://github.com/eserozvataf/scabbia2-scanners for the canonical source repository |
|
| 10 | + * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | + * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Scabbia\Scanners; |
| 15 | 15 | |
@@ -1,15 +1,15 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Scabbia2 Scanners Component |
|
| 4 | - * https://github.com/eserozvataf/scabbia2 |
|
| 5 | - * |
|
| 6 | - * For the full copyright and license information, please view the LICENSE |
|
| 7 | - * file that was distributed with this source code. |
|
| 8 | - * |
|
| 9 | - * @link https://github.com/eserozvataf/scabbia2-scanners for the canonical source repository |
|
| 10 | - * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | - * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | - */ |
|
| 3 | + * Scabbia2 Scanners Component |
|
| 4 | + * https://github.com/eserozvataf/scabbia2 |
|
| 5 | + * |
|
| 6 | + * For the full copyright and license information, please view the LICENSE |
|
| 7 | + * file that was distributed with this source code. |
|
| 8 | + * |
|
| 9 | + * @link https://github.com/eserozvataf/scabbia2-scanners for the canonical source repository |
|
| 10 | + * @copyright 2010-2016 Eser Ozvataf. (http://eser.ozvataf.com/) |
|
| 11 | + * @license http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | namespace Scabbia\Scanners; |
| 15 | 15 | |