@@ -173,7 +173,7 @@ |
||
173 | 173 | ->add('theme', ChoiceType::class, [ |
174 | 174 | 'required' => false, |
175 | 175 | 'choices' => User::AVAILABLE_THEMES, |
176 | - 'choice_label' => static function ($entity, $key, $value) { |
|
176 | + 'choice_label' => static function($entity, $key, $value) { |
|
177 | 177 | return $value; |
178 | 178 | }, |
179 | 179 | 'attr' => [ |