@@ -23,7 +23,7 @@ |
||
23 | 23 | |
24 | 24 | public function buildForm(FormBuilderInterface $builder, array $options): void |
25 | 25 | { |
26 | - $languageCodeChoices = (function (): Generator { |
|
26 | + $languageCodeChoices = (function(): Generator { |
|
27 | 27 | yield 'field_definition.sckenhancedselection.settings.options.all_languages' => ''; |
28 | 28 | |
29 | 29 | foreach ($this->languageService->loadLanguages() as $language) { |