Passed
Push — master ( 1f4d98...e05d70 )
by Jan
12:39 queued 07:51
created
src/Form/UserAdminForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
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' => [
Please login to merge, or discard this patch.