Passed
Push — master ( 648548...5e4c5e )
by Bruno
08:25
created
Formularium/Frontend/Bootstrapvue/RenderableBootstrapvueTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
                 )
39 39
             );
40 40
         }
41
-        $base->filter(function ($e) {
41
+        $base->filter(function($e) {
42 42
             if ($e instanceof HTMLNode) {
43 43
                 if ($e->getTag() === 'label') {
44 44
                     return false;
Please login to merge, or discard this patch.
Formularium/Frontend/Bootstrapvue/RenderableBootstrapvueInputTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     {
28 28
         // add extra classes
29 29
         $previous->walk(
30
-            function ($e) use ($field) {
30
+            function($e) use ($field) {
31 31
                 if ($e instanceof HTMLNode) {
32 32
                     if ($e->getTag() === 'input') {
33 33
                         // TODO: form-group
Please login to merge, or discard this patch.
Formularium/Frontend/Bootstrapvue/Renderable/Renderable_constant.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,4 +8,4 @@
 block discarded – undo
8 8
 
9 9
 class Renderable_constant extends \Formularium\Renderable
10 10
 {
11
-    use RenderableBootstrapvueInputTrait;}
11
+    use RenderableBootstrapvueInputTrait; }
Please login to merge, or discard this patch.