Passed
Push — master ( 0c219f...207f22 )
by Bruno
05:33
created
Formularium/Frontend/Bootstrap/RenderableBootstrapInputTrait.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,17 +56,17 @@
 block discarded – undo
56 56
             $iconData[] = $icon;
57 57
             $group = HTMLElement::factory(
58 58
                 'div',
59
-                [ 'class' => "input-group mb-3" ],
59
+                ['class' => "input-group mb-3"],
60 60
                 [
61 61
                     HTMLElement::factory(
62 62
                         'div',
63
-                        [ 'class' => "input-group-prepend" ],
63
+                        ['class' => "input-group-prepend"],
64 64
                         HTMLElement::factory(
65 65
                             'span',
66
-                            [ 'class' => "input-group-text" ],
66
+                            ['class' => "input-group-text"],
67 67
                             HTMLElement::factory(
68 68
                                 'i',
69
-                                [ 'class' => $iconData ],
69
+                                ['class' => $iconData],
70 70
                                 []
71 71
                             )
72 72
                         )
Please login to merge, or discard this patch.