Completed
Push — master ( 3556b1...838464 )
by Eser
02:16
created
src/Scanners/AnnotationScanner.php 1 patch
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.
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.