@@ -68,7 +68,8 @@ |
||
68 | 68 | */ |
69 | 69 | private function virtualTypeHint(EnumValueDefinition $value, TypeHintNode $ast): TypeHint |
70 | 70 | { |
71 | - $virtual = new class($value->getDocument(), $value->getName()) extends TypeHint { |
|
71 | + $virtual = new class($value->getDocument(), $value->getName()) extends TypeHint |
|
72 | + { |
|
72 | 73 | /** |
73 | 74 | * @var string |
74 | 75 | */ |