Completed
Push — master ( 51f38f...a50e7d )
by Sérgio
03:16
created
src/prepend.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     $args = func_get_args();
11 11
 
12
-    $prepend = function ($x, array $xs) {
12
+    $prepend = function($x, array $xs) {
13 13
         return array_merge([$x], $xs);
14 14
     };
15 15
 
Please login to merge, or discard this patch.