@@ -29,7 +29,7 @@ |
||
29 | 29 | } |
30 | 30 | |
31 | 31 | if (is_array($argument)) { |
32 | - $this->args += $argument; |
|
32 | + $this->args += $argument; |
|
33 | 33 | |
34 | 34 | return $this; |
35 | 35 | } |