@@ -90,7 +90,7 @@ |
||
| 90 | 90 | return new GenericType( |
| 91 | 91 | new ObjectType($this->tryGetClassNameFromIdentifier($type_node->type, $identifier_context)), |
| 92 | 92 | array_map( |
| 93 | - fn ($type) => $this->getTypeFromNodeType($type, $identifier_context), |
|
| 93 | + fn($type) => $this->getTypeFromNodeType($type, $identifier_context), |
|
| 94 | 94 | $type_node->genericTypes |
| 95 | 95 | ) |
| 96 | 96 | ); |