Passed
Push — 1.x ( 49f83e...bbe8a9 )
by Ulises Jeremias
10:54 queued 03:23
created
Mbh/Iterator/SliceIterator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public function __construct(Iterator $iterator, $begin = 0, $end = null)
39 39
     {
40 40
         if (!(
41
-          $iterator instanceof ArrayAccess
41
+            $iterator instanceof ArrayAccess
42 42
           && $iterator instanceof Countable
43 43
         )) {
44 44
             throw new InvalidArgumentException('Iterator must be a Countable ArrayAccess');
Please login to merge, or discard this patch.