Completed
Push — master ( 3e5311...09edda )
by Beniamin
05:08
created
src/Expression/Func/FuncArguments.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.