@@ -21,7 +21,7 @@  | 
                                                    ||
| 21 | 21 | public static function toArray(): array  | 
                                                        
| 22 | 22 |      { | 
                                                        
| 23 | 23 | return array_map(  | 
                                                        
| 24 | - fn (EnumDefinition $definition) => $definition->label,  | 
                                                        |
| 24 | + fn(EnumDefinition $definition) => $definition->label,  | 
                                                        |
| 25 | 25 | static::resolveDefinition()  | 
                                                        
| 26 | 26 | );  | 
                                                        
| 27 | 27 | }  |