@@ -12,7 +12,7 @@ |
||
| 12 | 12 | public function __construct($callable, $args) |
| 13 | 13 | { |
| 14 | 14 | if (!is_array($args)) { |
| 15 | - $args = [$args]; |
|
| 15 | + $args = [ $args ]; |
|
| 16 | 16 | } |
| 17 | 17 | try { |
| 18 | 18 | $this->result = call_user_func_array($callable, $args); |