@@ -82,8 +82,7 @@ |
||
| 82 | 82 | $current = ($this->flags & self::CLONE_CURRENT) && is_object($current) ? clone $current : $current; |
| 83 | 83 | parent::offsetSet($key, $current); |
| 84 | 84 | $this->uncachedIterator->next(); |
| 85 | - } |
|
| 86 | - else { |
|
| 85 | + } else { |
|
| 87 | 86 | $this->finished = true; |
| 88 | 87 | } |
| 89 | 88 | } |