@@ -13,9 +13,9 @@ |
||
13 | 13 | |
14 | 14 | namespace Graze\DataStructure\Container; |
15 | 15 | |
16 | +use ArrayAccess; |
|
16 | 17 | use Graze\DataStructure\Exception\RegisteredKeyException; |
17 | 18 | use IteratorAggregate; |
18 | -use ArrayAccess; |
|
19 | 19 | |
20 | 20 | interface ContainerInterface extends IteratorAggregate, ArrayAccess |
21 | 21 | { |