Completed
Pull Request — master (#463)
by Alexander
30:17 queued 05:15
created
src/Console/Command/DebugAdvisorCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace Go\Console\Command;
14 14
 
15 15
 use Go\Aop\Advisor;
16
-use Go\Core\AdviceMatcher;
17 16
 use Go\Core\AdviceMatcherInterface;
18 17
 use Go\Core\AspectContainer;
19 18
 use Go\Core\AspectLoader;
Please login to merge, or discard this patch.
src/Core/IntroductionAspectExtension.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -22,10 +22,7 @@
 block discarded – undo
22 22
 use Go\Aop\Support\DefaultPointcutAdvisor;
23 23
 use Go\Aop\Advisor;
24 24
 use Go\Aop\Aspect;
25
-use Go\Aop\Framework;
26 25
 use Go\Aop\Pointcut;
27
-use Go\Aop\Support;
28
-use Go\Lang\Annotation;
29 26
 use ReflectionProperty;
30 27
 use Reflector;
31 28
 use UnexpectedValueException;
Please login to merge, or discard this patch.