@@ -9,7 +9,7 @@ |
||
| 9 | 9 | { |
| 10 | 10 | $args = func_get_args(); |
| 11 | 11 | |
| 12 | - $last = function ($xs) { |
|
| 12 | + $last = function($xs) { |
|
| 13 | 13 | return get(array_values(array_slice($xs, -1)), 0); |
| 14 | 14 | }; |
| 15 | 15 | |