Passed
Push — master ( 567bf1...10985a )
by Ondřej
04:06
created
src/Ivory/Relation/StreamlinedRelation.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,7 @@
 block discarded – undo
39 39
     public function getIterator(): \Traversable
40 40
     {
41 41
         return ($this->source instanceof \Iterator ?
42
-            $this->source :
43
-            new \IteratorIterator($this->source)
42
+            $this->source : new \IteratorIterator($this->source)
44 43
         );
45 44
     }
46 45
 
Please login to merge, or discard this patch.