Completed
Pull Request — develop (#86)
by Jaap
06:18
created
src/phpDocumentor/Reflection/NodeVisitor/ElementNameResolver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use phpDocumentor\Reflection\Fqsen;
17 17
 use PhpParser\Node;
18 18
 use PhpParser\Node\Const_;
19
-use PhpParser\Node\Name;
20 19
 use PhpParser\Node\Stmt\Class_;
21 20
 use PhpParser\Node\Stmt\ClassConst;
22 21
 use PhpParser\Node\Stmt\ClassMethod;
Please login to merge, or discard this patch.
src/phpDocumentor/Reflection/Php/Factory/File.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,6 @@
 block discarded – undo
26 26
 use phpDocumentor\Reflection\Php\StrategyContainer;
27 27
 use phpDocumentor\Reflection\Types\Context;
28 28
 use phpDocumentor\Reflection\Types\ContextFactory;
29
-use PhpParser\Comment\Doc;
30
-use PhpParser\Lexer;
31 29
 use PhpParser\Node;
32 30
 use PhpParser\Node\Stmt\Class_ as ClassNode;
33 31
 use PhpParser\Node\Stmt\Function_ as FunctionNode;
Please login to merge, or discard this patch.
src/phpDocumentor/Reflection/Php/Factory/Function_.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace phpDocumentor\Reflection\Php\Factory;
14 14
 
15 15
 use InvalidArgumentException;
16
-use phpDocumentor\Reflection\Fqsen;
17 16
 use phpDocumentor\Reflection\Php\Factory;
18 17
 use phpDocumentor\Reflection\Php\Function_ as FunctionDescriptor;
19 18
 use phpDocumentor\Reflection\Php\ProjectFactoryStrategy;
Please login to merge, or discard this patch.
tests/component/ProjectCreationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection;
14 14
 
15
-use Mockery as m;
16 15
 use phpDocumentor\Reflection\DocBlock\Tags\Param;
17 16
 use phpDocumentor\Reflection\Php\ProjectFactory;
18 17
 use phpDocumentor\Reflection\Types\Object_;
Please login to merge, or discard this patch.
tests/component/ProjectNamespaceTest.php 1 patch
Unused Use Statements   -12 removed lines patch added patch discarded remove patch
@@ -12,18 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection;
14 14
 
15
-use Mockery as m;
16
-use phpDocumentor\Reflection\Php\Factory\Argument;
17
-use phpDocumentor\Reflection\Php\Factory\Class_;
18
-use phpDocumentor\Reflection\Php\Factory\Constant;
19
-use phpDocumentor\Reflection\Php\Factory\DocBlock as DocBlockStrategy;
20
-use phpDocumentor\Reflection\Php\Factory\File;
21
-use phpDocumentor\Reflection\Php\NodesFactory;
22
-use phpDocumentor\Reflection\Php\Factory\Function_;
23
-use phpDocumentor\Reflection\Php\Factory\Interface_;
24
-use phpDocumentor\Reflection\Php\Factory\Method;
25
-use phpDocumentor\Reflection\Php\Factory\Property;
26
-use phpDocumentor\Reflection\Php\Factory\Trait_;
27 15
 use phpDocumentor\Reflection\Php\ProjectFactory;
28 16
 
29 17
 /**
Please login to merge, or discard this patch.
unit/phpDocumentor/Reflection/Php/Factory/ClassConstantIteratorTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,6 @@
 block discarded – undo
18 18
 use PhpParser\Node\Const_;
19 19
 use PhpParser\Node\Expr\Variable;
20 20
 use PhpParser\Node\Stmt\ClassConst;
21
-use PhpParser\Node\Stmt\Property as PropertyNode;
22
-use PhpParser\Node\Stmt\PropertyProperty;
23 21
 
24 22
 /**
25 23
  * Class PropertyIteratorTest
Please login to merge, or discard this patch.
tests/unit/phpDocumentor/Reflection/Php/Factory/Trait_Test.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Mockery as m;
17 17
 use phpDocumentor\Reflection\Fqsen;
18 18
 use phpDocumentor\Reflection\Php\StrategyContainer;
19
-use phpDocumentor\Reflection\Types\Context;
20 19
 use PhpParser\Comment\Doc;
21 20
 use PhpParser\Node\Name;
22 21
 use PhpParser\Node\Stmt\ClassMethod;
Please login to merge, or discard this patch.
tests/unit/phpDocumentor/Reflection/Php/Factory/ArgumentTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Mockery as m;
17 17
 use phpDocumentor\Reflection\Fqsen;
18 18
 use phpDocumentor\Reflection\Php\StrategyContainer;
19
-use phpDocumentor\Reflection\Types\Context;
20 19
 use PhpParser\Comment\Doc;
21 20
 use PhpParser\Node\Name;
22 21
 use PhpParser\Node\Stmt\ClassMethod;
Please login to merge, or discard this patch.
tests/unit/phpDocumentor/Reflection/Php/Factory/Class_Test.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Mockery as m;
17 17
 use phpDocumentor\Reflection\Fqsen;
18 18
 use phpDocumentor\Reflection\Php\StrategyContainer;
19
-use phpDocumentor\Reflection\Types\Context;
20 19
 use PhpParser\Comment\Doc;
21 20
 use PhpParser\Node\Name;
22 21
 use PhpParser\Node\Stmt\ClassMethod;
Please login to merge, or discard this patch.