@@ -137,7 +137,6 @@ |
||
| 137 | 137 | /** |
| 138 | 138 | * @param mixed $offset |
| 139 | 139 | * |
| 140 | - * @param mixed $value |
|
| 141 | 140 | */ |
| 142 | 141 | public function offsetSet($offset, $x) |
| 143 | 142 | { |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | { |
| 12 | 12 | $args = func_get_args(); |
| 13 | 13 | |
| 14 | - $take = function ($n, array $xs) { |
|
| 14 | + $take = function($n, array $xs) { |
|
| 15 | 15 | return array_slice($xs, 0, $n); |
| 16 | 16 | }; |
| 17 | 17 | |