Completed
Pull Request — develop (#92)
by Jaap
02:48
created
src/phpDocumentor/Reflection/Php/Factory/Class_.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@  discard block
 block discarded – undo
13 13
 
14 14
 namespace phpDocumentor\Reflection\Php\Factory;
15 15
 
16
-use InvalidArgumentException;
17 16
 use phpDocumentor\Reflection\Element;
18 17
 use phpDocumentor\Reflection\Fqsen;
19 18
 use phpDocumentor\Reflection\Php\Class_ as ClassElement;
@@ -22,13 +21,7 @@  discard block
 block discarded – undo
22 21
 use phpDocumentor\Reflection\Php\ProjectFactoryStrategy;
23 22
 use phpDocumentor\Reflection\Php\StrategyContainer;
24 23
 use phpDocumentor\Reflection\Types\Context;
25
-use PhpParser\Node;
26 24
 use PhpParser\Node\Stmt\Class_ as ClassNode;
27
-use PhpParser\Node\Stmt\ClassConst;
28
-use PhpParser\Node\Stmt\ClassMethod;
29
-use PhpParser\Node\Stmt\Property as PropertyNode;
30
-use PhpParser\Comment\Doc;
31
-use PhpParser\Node\Stmt\TraitUse;
32 25
 
33 26
 /**
34 27
  * Strategy to create a ClassElement including all sub elements.
Please login to merge, or discard this patch.