Completed
Push — master ( 2926d6...5cb0f4 )
by Muhammad Kashif
32:38 queued 07:41
created
src/Container.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Gr8abbasi\Container;
4 4
 
5
-use Interop\Container\ContainerInterface;
6
-use Gr8abbasi\Container\Exception\NotFoundException;
5
+use Gr8abbasi\Container\Exception\CircularDependencyException;
7 6
 use Gr8abbasi\Container\Exception\ContainerException;
7
+use Gr8abbasi\Container\Exception\NotFoundException;
8 8
 use Gr8abbasi\Container\Factory\ConfigFileServiceFactory;
9 9
 use Gr8abbasi\Container\Repository\InMemoryServiceRepository;
10
-use Gr8abbasi\Container\Exception\CircularDependencyException;
10
+use Interop\Container\ContainerInterface;
11 11
 
12 12
 /**
13 13
  * Container Class
Please login to merge, or discard this patch.