Completed
Push — master ( ac1a93...a3629c )
by Sérgio
07:31
created
src/getin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 {
18 18
     $args = func_get_args();
19 19
 
20
-    $getin = function ($xs, $ks, $notfound = false) {
20
+    $getin = function($xs, $ks, $notfound = false) {
21 21
         $xs = (array) $xs;
22 22
         $ks = (array) $ks;
23 23
 
Please login to merge, or discard this patch.