@@ -16,7 +16,6 @@ |
||
| 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; |
@@ -18,8 +18,6 @@ |
||
| 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 |
@@ -19,7 +19,6 @@ |
||
| 19 | 19 | use phpDocumentor\Reflection\Php\Factory\Function_; |
| 20 | 20 | use Mockery as m; |
| 21 | 21 | use phpDocumentor\Reflection\Php\StrategyContainer; |
| 22 | -use phpDocumentor\Reflection\Types\Context; |
|
| 23 | 22 | use PhpParser\Comment\Doc; |
| 24 | 23 | |
| 25 | 24 | /** |
@@ -16,7 +16,6 @@ |
||
| 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\Const_; |
| 22 | 21 | use PhpParser\Node\Expr\Variable; |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use phpDocumentor\Reflection\Php\Factory; |
| 19 | 19 | use Mockery as m; |
| 20 | 20 | use phpDocumentor\Reflection\Php\StrategyContainer; |
| 21 | -use phpDocumentor\Reflection\Types\Context; |
|
| 22 | 21 | use PhpParser\Comment\Doc; |
| 23 | 22 | use PhpParser\Node\Stmt\ClassMethod; |
| 24 | 23 | |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use Mockery as m; |
| 19 | 19 | use phpDocumentor\Reflection\Php\StrategyContainer; |
| 20 | 20 | use phpDocumentor\Reflection\PrettyPrinter; |
| 21 | -use phpDocumentor\Reflection\Types\Context; |
|
| 22 | 21 | use PhpParser\Comment\Doc; |
| 23 | 22 | use PhpParser\Node\Scalar\String_; |
| 24 | 23 | use PhpParser\Node\Stmt\Class_ as ClassNode; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Mockery as m; |
| 16 | 16 | use phpDocumentor\Reflection\Php\ProjectFactoryStrategy; |
| 17 | 17 | use phpDocumentor\Reflection\Php\StrategyContainer; |
| 18 | -use phpDocumentor\Reflection\Types\Context; |
|
| 19 | 18 | |
| 20 | 19 | /** |
| 21 | 20 | * Base test case for all strategies, to be sure that they check if the can handle objects before handeling them. |
@@ -16,7 +16,6 @@ |
||
| 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; |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | namespace phpDocumentor\Reflection\Php; |
| 15 | 15 | |
| 16 | 16 | use phpDocumentor\Reflection\NodeVisitor\ElementNameResolver; |
| 17 | -use PhpParser\Lexer; |
|
| 18 | 17 | use PhpParser\NodeTraverser; |
| 19 | 18 | use PhpParser\NodeVisitor\NameResolver; |
| 20 | 19 | use PhpParser\Parser; |