@@ -214,7 +214,7 @@ |
||
214 | 214 | $calls = []; |
215 | 215 | |
216 | 216 | if (!is_array($params[0])) { |
217 | - $call = [ $params[0] ]; |
|
217 | + $call = [$params[0]]; |
|
218 | 218 | unset($params[0]); |
219 | 219 | |
220 | 220 | if (!empty($params[1])) { |