@@ -36,8 +36,8 @@ discard block |
||
36 | 36 | $this->fireEvents_CoreTrait($this, __CLASS__, __METHOD__, __TRAIT__); |
37 | 37 | |
38 | 38 | $this->getCoreObject_CoreTrait() |
39 | - ->getObject() |
|
40 | - ->next(); |
|
39 | + ->getObject() |
|
40 | + ->next(); |
|
41 | 41 | |
42 | 42 | return $this; |
43 | 43 | } |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | $this->fireEvents_CoreTrait($this, __CLASS__, __METHOD__, __TRAIT__); |
57 | 57 | |
58 | 58 | $object = $this->getCoreObject_CoreTrait() |
59 | - ->getObject(); |
|
59 | + ->getObject(); |
|
60 | 60 | |
61 | 61 | if ($this->getCoreObject_CoreTrait()->hasMethod('rewind') && !$object instanceof \Generator) { |
62 | 62 | $object->rewind(); |