Completed
Push — master ( a42f17...ac8b9e )
by
unknown
12s
created
Form/EditBaseUserType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
                     'class' => 'select2',
63 63
                 ],
64 64
                 'class' => UserRole::class,
65
-                'choice_label' => function (UserRole $userRole) {
65
+                'choice_label' => function(UserRole $userRole) {
66 66
                     return $this->translator->trans($userRole);
67 67
                 },
68 68
                 'required' => false,
Please login to merge, or discard this patch.
Form/AddBaseUserType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
                     'class' => 'select2',
63 63
                 ],
64 64
                 'class' => UserRole::class,
65
-                'choice_label' => function (UserRole $userRole) {
65
+                'choice_label' => function(UserRole $userRole) {
66 66
                     return $this->translator->trans($userRole);
67 67
                 },
68 68
                 'required' => false,
Please login to merge, or discard this patch.