Passed
Push — master ( ab0d76...0f78eb )
by Alex
02:02
created
src/Container.php 1 patch
Unused Use Statements   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,8 +10,13 @@
 block discarded – undo
10 10
 
11 11
 namespace Codeburner\Container;
12 12
 
13
-use Closure, Exception, ReflectionClass, ReflectionException, ReflectionFunction, ReflectionParameter;
13
+use Closure;
14
+use Exception;
14 15
 use Psr\Container\ContainerInterface;
16
+use ReflectionClass;
17
+use ReflectionException;
18
+use ReflectionFunction;
19
+use ReflectionParameter;
15 20
 use Codeburner\Container\Exceptions\{ContainerException, NotFoundException};
16 21
 
17 22
 /**
Please login to merge, or discard this patch.