@@ -101,7 +101,7 @@ |
||
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 | } |