Completed
Pull Request — develop (#139)
by
unknown
23:07 queued 13:11
created
tests/component/ProjectNamespaceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 
15 15
 use Mockery as m;
16 16
 use phpDocumentor\Reflection\File\LocalFile;
17
-use phpDocumentor\Reflection\Php\Factory\File;
18 17
 use phpDocumentor\Reflection\Php\ProjectFactory;
19 18
 use PHPUnit\Framework\TestCase;
20 19
 
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
@@ -16,7 +16,6 @@  discard block
 block discarded – undo
16 16
 
17 17
 use phpDocumentor\Reflection\DocBlock as DocBlockInstance;
18 18
 use phpDocumentor\Reflection\File as FileSystemFile;
19
-use phpDocumentor\Reflection\Fqsen;
20 19
 use phpDocumentor\Reflection\Middleware\ChainFactory;
21 20
 use phpDocumentor\Reflection\Middleware\Middleware;
22 21
 use phpDocumentor\Reflection\Php\Factory\File\CreateCommand;
@@ -25,7 +24,6 @@  discard block
 block discarded – undo
25 24
 use phpDocumentor\Reflection\Php\ProjectFactoryStrategy;
26 25
 use phpDocumentor\Reflection\Php\StrategyContainer;
27 26
 use phpDocumentor\Reflection\Types\Context;
28
-use phpDocumentor\Reflection\Types\ContextFactory;
29 27
 use phpDocumentor\Reflection\Types\NamespaceNodeToContext;
30 28
 use PhpParser\Comment\Doc;
31 29
 use PhpParser\Node;
Please login to merge, or discard this patch.