Completed
Pull Request — master (#7)
by
unknown
05:51 queued 02:52
created
src/itertools/FixedLengthFormattedStringIterator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use UnexpectedValueException;
6 6
 use ArrayIterator;
7
-use Exception;
8 7
 use InvalidArgumentException;
9 8
 use Iterator;
10 9
 use IteratorAggregate;
Please login to merge, or discard this patch.
src/itertools/ForkingIterator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace itertools;
4 4
 
5
-use ArrayIterator;
6 5
 use Exception;
7 6
 use IteratorIterator;
8 7
 
Please login to merge, or discard this patch.
tests/itertools/CachingIteratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace itertools;
4 4
 
5 5
 use PHPUnit_Framework_TestCase;
6
-use CallbackFilterIterator;
7 6
 use ArrayIterator;
8 7
 
9 8
 
Please login to merge, or discard this patch.