Completed
Push — develop ( 4fc097...cb6ec7 )
by Jaap
01:50
created
src/phpDocumentor/Reflection/Php/Factory/Class_.php 1 patch
Unused Use Statements   -3 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\Location;
@@ -21,12 +20,10 @@  discard block
 block discarded – undo
21 20
 use phpDocumentor\Reflection\Php\ProjectFactoryStrategy;
22 21
 use phpDocumentor\Reflection\Php\StrategyContainer;
23 22
 use phpDocumentor\Reflection\Types\Context;
24
-use PhpParser\Node;
25 23
 use PhpParser\Node\Stmt\Class_ as ClassNode;
26 24
 use PhpParser\Node\Stmt\ClassConst;
27 25
 use PhpParser\Node\Stmt\ClassMethod;
28 26
 use PhpParser\Node\Stmt\Property as PropertyNode;
29
-use PhpParser\Comment\Doc;
30 27
 use PhpParser\Node\Stmt\TraitUse;
31 28
 
32 29
 /**
Please login to merge, or discard this patch.
src/phpDocumentor/Reflection/Php/Factory/Function_.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -12,15 +12,12 @@
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection\Php\Factory;
14 14
 
15
-use InvalidArgumentException;
16
-use phpDocumentor\Reflection\Fqsen;
17 15
 use phpDocumentor\Reflection\Location;
18 16
 use phpDocumentor\Reflection\Php\Factory;
19 17
 use phpDocumentor\Reflection\Php\Function_ as FunctionDescriptor;
20 18
 use phpDocumentor\Reflection\Php\ProjectFactoryStrategy;
21 19
 use phpDocumentor\Reflection\Php\StrategyContainer;
22 20
 use phpDocumentor\Reflection\Types\Context;
23
-use PhpParser\Comment\Doc;
24 21
 use PhpParser\Node\Stmt\Function_ as FunctionNode;
25 22
 
26 23
 /**
Please login to merge, or discard this patch.
src/phpDocumentor/Reflection/Php/Factory/Interface_.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,15 +13,12 @@
 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\Location;
20 19
 use phpDocumentor\Reflection\Php\ProjectFactoryStrategy;
21 20
 use phpDocumentor\Reflection\Php\StrategyContainer;
22 21
 use phpDocumentor\Reflection\Types\Context;
23
-use PhpParser\Comment\Doc;
24
-use PhpParser\Node;
25 22
 use PhpParser\Node\Stmt\ClassConst;
26 23
 use PhpParser\Node\Stmt\ClassMethod;
27 24
 use PhpParser\Node\Stmt\Interface_ as InterfaceNode;
Please login to merge, or discard this patch.
src/phpDocumentor/Reflection/Php/Factory/Method.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,14 +12,12 @@
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection\Php\Factory;
14 14
 
15
-use InvalidArgumentException;
16 15
 use phpDocumentor\Reflection\Location;
17 16
 use phpDocumentor\Reflection\Php\Method as MethodDescriptor;
18 17
 use phpDocumentor\Reflection\Php\ProjectFactoryStrategy;
19 18
 use phpDocumentor\Reflection\Php\StrategyContainer;
20 19
 use phpDocumentor\Reflection\Php\Visibility;
21 20
 use phpDocumentor\Reflection\Types\Context;
22
-use PhpParser\Comment\Doc;
23 21
 use PhpParser\Node\Stmt\ClassMethod;
24 22
 
25 23
 /**
Please login to merge, or discard this patch.
src/phpDocumentor/Reflection/Php/Factory/Property.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@  discard block
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection\Php\Factory;
14 14
 
15
-use InvalidArgumentException;
16 15
 use phpDocumentor\Reflection\Location;
17 16
 use phpDocumentor\Reflection\Php\Factory;
18 17
 use phpDocumentor\Reflection\Php\Property as PropertyDescriptor;
@@ -21,7 +20,6 @@  discard block
 block discarded – undo
21 20
 use phpDocumentor\Reflection\Php\Visibility;
22 21
 use phpDocumentor\Reflection\PrettyPrinter;
23 22
 use phpDocumentor\Reflection\Types\Context;
24
-use PhpParser\Comment\Doc;
25 23
 
26 24
 /**
27 25
  * Strategy to convert PropertyIterator to PropertyDescriptor
Please login to merge, or discard this patch.
src/phpDocumentor/Reflection/Php/Factory/Trait_.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -12,16 +12,12 @@
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection\Php\Factory;
14 14
 
15
-use InvalidArgumentException;
16
-use phpDocumentor\Reflection\Element;
17 15
 use phpDocumentor\Reflection\Fqsen;
18 16
 use phpDocumentor\Reflection\Location;
19 17
 use phpDocumentor\Reflection\Php\ProjectFactoryStrategy;
20 18
 use phpDocumentor\Reflection\Php\StrategyContainer;
21 19
 use phpDocumentor\Reflection\Php\Trait_ as TraitElement;
22 20
 use phpDocumentor\Reflection\Types\Context;
23
-use PhpParser\Comment\Doc;
24
-use PhpParser\Node;
25 21
 use PhpParser\Node\Stmt\ClassMethod;
26 22
 use PhpParser\Node\Stmt\Property as PropertyNode;
27 23
 use PhpParser\Node\Stmt\Trait_ as TraitNode;
Please login to merge, or discard this patch.