Skip to content

Commit d43849e

Browse files
committed
Apply fix from PHP-CS-Fixer
1 parent e974f50 commit d43849e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Form/Type/LanguageType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function configureOptions(OptionsResolver $resolver): void
2323
'Nederlands' => 'nl',
2424
'Български' => 'bg',
2525
'Русский' => 'ru',
26-
'Magyar' => 'hu',
26+
'Magyar' => 'hu',
2727
],
2828
'label' => 'label.locale',
2929
]);

0 commit comments

Comments
 (0)