Passed
Push — master ( 5a8560...7d651d )
by Bruno
05:41
created
Formularium/Frontend/Buefy/RenderableBuefyTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         if (array_key_exists(Renderable::COMMENT, $extensions)) {
33 33
             $base->setAttribute('message', $extensions[Renderable::COMMENT]);
34 34
         }
35
-        $base->filter(function ($e) {
35
+        $base->filter(function($e) {
36 36
             if ($e instanceof HTMLElement) {
37 37
                 if ($e->getTag() === 'label') {
38 38
                     return false;
Please login to merge, or discard this patch.
Formularium/Frontend/Bulma/RenderableBulmaTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         $label = $base->get('label.formularium-label');
35 35
         if (!empty($label)) {
36 36
             // delete
37
-            $base->filter(function ($e) {
37
+            $base->filter(function($e) {
38 38
                 return !($e->getTag() === 'label' && $e->getAttribute('class') === ['formularium-label']);
39 39
             });
40 40
             // fix class
Please login to merge, or discard this patch.