Completed
Push — feature-toggle ( 4f117d )
by Demonchaux
04:52
created
src/PhpToZephir/Converter/Printer/Expr/AssignPrinter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use PhpToZephir\Converter\Manipulator\ArrayManipulator;
16 16
 use PhpToZephir\Converter\Manipulator\AssignManipulator;
17 17
 use PhpToZephir\Converter\Manipulator\ArrayDto;
18
-use PhpToZephir\Converter\Manipulator\PhpToZephir\Converter\Manipulator;
19 18
 
20 19
 class AssignPrinter
21 20
 {
Please login to merge, or discard this patch.
src/PhpToZephir/TypeFinder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use phpDocumentor\Reflection\DocBlock\Tag\ParamTag;
10 10
 use phpDocumentor\Reflection\DocBlock\Tag\ReturnTag;
11 11
 use phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag;
12
-use phpDocumentor\Reflection\DocBlock\Tag\SeeTag;
13 12
 use PhpToZephir\Converter\ClassMetadata;
14 13
 use PhpParser\Node;
15 14
 
Please login to merge, or discard this patch.