Passed
Push — master ( 089a6d...7b13b9 )
by Bruno
06:38
created
Formularium/Frontend/Buefy/Renderable/Renderable_file.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,12 +61,12 @@
 block discarded – undo
61 61
                                 [],
62 62
                                 HTMLElement::factory(
63 63
                                     'b-icon',
64
-                                    [ 'icon' => "upload", 'size' => "is-large" ]
64
+                                    ['icon' => "upload", 'size' => "is-large"]
65 65
                                 )
66 66
                             ),
67 67
                             HTMLElement::factory(
68 68
                                 'p',
69
-                                [ 'class' => 'formularium-label'],
69
+                                ['class' => 'formularium-label'],
70 70
                                 $extensions[Renderable::LABEL] ?? ''
71 71
                             )
72 72
                         ]
Please login to merge, or discard this patch.
Formularium/Frontend/Bulma/Renderable/Renderable_file.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
                                     ['class' => "file-icon"],
46 46
                                     HTMLElement::factory(
47 47
                                         'i',
48
-                                        [ 'class' => "fas fa-upload" ]
48
+                                        ['class' => "fas fa-upload"]
49 49
                                     )
50 50
                                 ),
51 51
                                 HTMLElement::factory(
Please login to merge, or discard this patch.