@@ -60,6 +60,9 @@ |
||
| 60 | 60 | return parent::offsetSet($offset, $value); |
| 61 | 61 | } |
| 62 | 62 | |
| 63 | + /** |
|
| 64 | + * @param integer $until |
|
| 65 | + */ |
|
| 63 | 66 | public function collectRest($until = null) |
| 64 | 67 | { |
| 65 | 68 | if ($this->finished) { |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | - * @param \Traversable $iterator |
|
| 19 | 18 | */ |
| 20 | 19 | public function rewind() |
| 21 | 20 | { |