Completed
Push — master ( b150a8...fa80df )
by Changwan
07:18
created
src/Wandu/DI/Container.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Wandu\DI\Containee\InstanceContainee;
14 14
 use Wandu\DI\Exception\CannotChangeException;
15 15
 use Wandu\DI\Exception\CannotFindParameterException;
16
-use Wandu\DI\Exception\CannotInjectException;
17 16
 use Wandu\DI\Exception\CannotResolveException;
18 17
 use Wandu\DI\Exception\NullReferenceException;
19 18
 use Wandu\Reflection\ReflectionCallable;
Please login to merge, or discard this patch.