Completed
Push — master ( 3e4863...f27c52 )
by Paul
02:33
created
src/Traits/IteratorTrait.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.