Completed
Push — develop ( c3e516...743077 )
by Jaap
24s
created
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.