Passed
Push — master ( ae47b6...e11b81 )
by Peter
02:53
created
src/Form/Factory/User.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
      */
93 93
     protected function addJsOnly(): User
94 94
     {
95
-        $content    = sprintf(
95
+        $content = sprintf(
96 96
             '<i class="material-icons">warning</i>&nbsp;%s',
97 97
             $this->translator->translate('admin:jsOnly')
98 98
         );
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
             'is_gravatar_allowed',
270 270
             'admin:userIsGravatarAllowed'
271 271
         );
272
-        $help  = new Help('admin:userIsGravatarAllowedHelp');
272
+        $help = new Help('admin:userIsGravatarAllowedHelp');
273 273
 
274 274
         $this->form[] = new CheckboxGroup($input, $label, $help);
275 275
 
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
      */
334 334
     protected function createUserGroupSelect(array $options): Select
335 335
     {
336
-        $size       = $this->getMultiSelectSize(
336
+        $size = $this->getMultiSelectSize(
337 337
             count($options),
338 338
             static::MULTISELECT_MIN_SIZE,
339 339
             static::MULTISELECT_MAX_SIZE
@@ -410,7 +410,7 @@  discard block
 block discarded – undo
410 410
      */
411 411
     protected function createUserLanguageSelect(array $options): Select
412 412
     {
413
-        $size       = $this->getMultiSelectSize(
413
+        $size = $this->getMultiSelectSize(
414 414
             count($options),
415 415
             static::MULTISELECT_MIN_SIZE,
416 416
             static::MULTISELECT_MAX_SIZE
Please login to merge, or discard this patch.