@@ -9,7 +9,7 @@ |
||
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 |