@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use PhpParser\Node\Const_; |
| 19 | 19 | use PhpParser\Node\Expr\Variable; |
| 20 | 20 | use PhpParser\Node\Stmt\Const_ as ConstStatement; |
| 21 | -use PHPUnit\Framework\TestCase; |
|
| 22 | 21 | |
| 23 | 22 | /** |
| 24 | 23 | * Class PropertyIteratorTest |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | */ |
| 55 | 55 | public function getName() : string |
| 56 | 56 | { |
| 57 | - return (string) $this->constant->consts[$this->index]->name; |
|
| 57 | + return (string)$this->constant->consts[$this->index]->name; |
|
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |