Completed
Pull Request — master (#243)
by
unknown
04:33 queued 02:20
created
src/SumoCoders/FrameworkUserBundle/Form/EditUserType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
                         'class' => 'select2',
41 41
                     ],
42 42
                     'class' => UserRole::class,
43
-                    'choice_label' => function (UserRole $userRole) {
43
+                    'choice_label' => function(UserRole $userRole) {
44 44
                         return $this->translator->trans($userRole);
45 45
                     },
46 46
                     'required' => true,
Please login to merge, or discard this patch.