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