@@ -5,7 +5,6 @@ |
||
| 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 |
@@ -5,7 +5,6 @@ |
||
| 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 |