@@ -7,7 +7,7 @@ |
||
| 7 | 7 | * |
| 8 | 8 | * @param \Closure|string $fn |
| 9 | 9 | * |
| 10 | - * @return mixed |
|
| 10 | + * @return \Closure |
|
| 11 | 11 | */ |
| 12 | 12 | function curry($fn) |
| 13 | 13 | { |
@@ -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 | { |