Completed
Push — master ( 54c8c3...3ed7b7 )
by maxime
12:16
created
src/Container.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Aidphp\Di;
4 4
 
5
-use Psr\Container\ContainerInterface;
6
-use Psr\Container\ContainerExceptionInterface;
7
-use ReflectionClass;
8
-use ReflectionMethod;
5
+use Psr\Container\ContainerInterface;
6
+use Psr\Container\ContainerExceptionInterface;
7
+use ReflectionClass;
8
+use ReflectionMethod;
9 9
 use ReflectionException;
10 10
 
11 11
 class Container implements ContainerInterface
Please login to merge, or discard this patch.