Passed
Push — master ( c0e83c...089a6d )
by Bruno
07:03
created
Formularium/Frontend/Vue/Framework.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -19,10 +19,10 @@
 block discarded – undo
19 19
     protected $mode = self::VUE_MODE_EMBEDDED;
20 20
 
21 21
     /**
22
-    * The tag used as container for fields in viewable()
23
-    *
24
-    * @var string
25
-    */
22
+     * The tag used as container for fields in viewable()
23
+     *
24
+     * @var string
25
+     */
26 26
     protected $viewableContainerTag = 'div';
27 27
 
28 28
     /**
Please login to merge, or discard this patch.
Formularium/Model.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
     public function serialize(): array
126 126
     {
127 127
         $fields = array_map(
128
-            function ($f) {
128
+            function($f) {
129 129
                 return [
130 130
                     'datatype' => $f->getDatatype()->getName(),
131 131
                     'validators' => $f->getValidators(),
Please login to merge, or discard this patch.