@@ -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 | /** |