Completed
Push — master ( 551288...be024e )
by Sérgio
03:52
created
src/last.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
-    $last = function ($xs) {
12
+    $last = function($xs) {
13 13
         return get(array_values(array_slice($xs, -1)), 0);
14 14
     };
15 15
 
Please login to merge, or discard this patch.