Completed
Push — master ( 53beba...902569 )
by Barney
03:03
created
src/FixedArrayStorageTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Traversable;
6 6
 use OuterIterator;
7 7
 use SplFixedArray;
8
-
9 8
 use Shrikeh\Collection\Exception\IncorrectInterface;
10 9
 
11 10
 trait FixedArrayStorageTrait
Please login to merge, or discard this patch.
src/ObjectStorageTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Traversable;
6 6
 use OuterIterator;
7 7
 use SplObjectStorage;
8
-
9 8
 use Shrikeh\Collection\Exception\IncorrectInterface;
10 9
 
11 10
 trait ObjectStorageTrait
Please login to merge, or discard this patch.