Passed
Push — master ( 18f5c8...a4e75d )
by Bruno
07:01
created
Formularium/Frontend/Buefy/RenderableBuefyInputTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         // add extra classes
28 28
         $previous->walk(
29
-            function ($e) {
29
+            function($e) {
30 30
                 if ($e instanceof HTMLElement) {
31 31
                     if ($e->getTag() === 'input') {
32 32
                         if (($e->getAttribute('type')[0] ?? '') === 'radio') {
Please login to merge, or discard this patch.