Completed
Push — master ( 6a322a...044738 )
by Enjoys
15s queued 13s
created
src/CartesianIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function __construct($flags = MultipleIterator::MIT_KEYS_ASSOC)
23 23
     {
24
-        parent::__construct($flags  | MultipleIterator::MIT_NEED_ALL);
24
+        parent::__construct($flags | MultipleIterator::MIT_NEED_ALL);
25 25
     }
26 26
 
27 27
     /**
Please login to merge, or discard this patch.