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