Passed
Push — master ( 83f02a...5d674b )
by Thierry
14:08
created
src/Response/Response.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,8 +268,7 @@
 block discarded – undo
268 268
         }
269 269
 
270 270
         $this->aCommands = ($bBefore) ?
271
-            array_merge($aCommands, $this->aCommands) :
272
-            array_merge($this->aCommands, $aCommands);
271
+            array_merge($aCommands, $this->aCommands) : array_merge($this->aCommands, $aCommands);
273 272
     }
274 273
 
275 274
     /**
Please login to merge, or discard this patch.