Completed
Push — develop ( 8a9894...683c8d )
by Daniel
05:57
created
src/Entity/Component/Form/FormView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
                 if (method_exists($choice, 'getMessage')) {
102 102
                     $this->vars[$var][] = $choice->getMessage();
103 103
                 } else {
104
-                    $this->vars[$var][] = (array)$choice;
104
+                    $this->vars[$var][] = (array) $choice;
105 105
                 }
106 106
             }
107 107
         }
Please login to merge, or discard this patch.