@@ -103,7 +103,7 @@ |
||
| 103 | 103 | } |
| 104 | 104 | |
| 105 | 105 | /** |
| 106 | - * @return null|ClassDefinition |
|
| 106 | + * @return null|RuntimeClassDefinition |
|
| 107 | 107 | */ |
| 108 | 108 | public function getExtendsClassDefinition() |
| 109 | 109 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use PHPSA\Compiler\Parameter; |
| 6 | 6 | use PHPSA\Definition\RuntimeClassDefinition; |
| 7 | -use PHPSA\Variable; |
|
| 8 | 7 | use ReflectionClass; |
| 9 | 8 | use Tests\PHPSA\TestCase; |
| 10 | 9 | |