@@ -93,7 +93,7 @@ |
||
| 93 | 93 | $location = new Location(-1); |
| 94 | 94 | } |
| 95 | 95 | |
| 96 | - if ($returnType === null) { |
|
| 96 | + if ($returnType === null) { |
|
| 97 | 97 | $returnType = new Mixed_(); |
| 98 | 98 | } |
| 99 | 99 | |
@@ -93,7 +93,7 @@ |
||
| 93 | 93 | $location = new Location(-1); |
| 94 | 94 | } |
| 95 | 95 | |
| 96 | - if ($returnType === null) { |
|
| 96 | + if ($returnType === null) { |
|
| 97 | 97 | $returnType = new Mixed_(); |
| 98 | 98 | } |
| 99 | 99 | |
@@ -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 | use PHPUnit\Framework\TestCase; |
| 24 | 22 | |
| 25 | 23 | /** |
@@ -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 | use PHPUnit\Framework\TestCase as BaseTestCase; |
| 20 | 19 | |
| 21 | 20 | /** |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Mockery as m; |
| 16 | 16 | use phpDocumentor\Reflection\DocBlock\Tags\Param; |
| 17 | 17 | use phpDocumentor\Reflection\File\LocalFile; |
| 18 | -use phpDocumentor\Reflection\Php\Interface_; |
|
| 19 | 18 | use phpDocumentor\Reflection\Php\ProjectFactory; |
| 20 | 19 | use phpDocumentor\Reflection\Types\Object_; |
| 21 | 20 | use phpDocumentor\Reflection\Types\String_; |
@@ -14,17 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | use Mockery as m; |
| 16 | 16 | use phpDocumentor\Reflection\File\LocalFile; |
| 17 | -use phpDocumentor\Reflection\Php\Factory\Argument; |
|
| 18 | -use phpDocumentor\Reflection\Php\Factory\Class_; |
|
| 19 | -use phpDocumentor\Reflection\Php\Factory\Constant; |
|
| 20 | -use phpDocumentor\Reflection\Php\Factory\DocBlock as DocBlockStrategy; |
|
| 21 | -use phpDocumentor\Reflection\Php\Factory\File; |
|
| 22 | -use phpDocumentor\Reflection\Php\NodesFactory; |
|
| 23 | -use phpDocumentor\Reflection\Php\Factory\Function_; |
|
| 24 | -use phpDocumentor\Reflection\Php\Factory\Interface_; |
|
| 25 | -use phpDocumentor\Reflection\Php\Factory\Method; |
|
| 26 | -use phpDocumentor\Reflection\Php\Factory\Property; |
|
| 27 | -use phpDocumentor\Reflection\Php\Factory\Trait_; |
|
| 28 | 17 | use phpDocumentor\Reflection\Php\ProjectFactory; |
| 29 | 18 | use PHPUnit\Framework\TestCase; |
| 30 | 19 | |