Completed
Push — master ( 3556b1...838464 )
by Eser
02:16
created
src/Scanners/AnnotationScanner.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Scanners/TokenStream.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Scanners/ScannerInterface.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Scanners/Scanners.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.