Completed
Pull Request — master (#320)
by Alexander
03:17
created
src/Core/GeneralAspectLoaderExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Go\Aop\Framework;
16 16
 use Go\Aop\Pointcut;
17 17
 use Go\Aop\PointFilter;
18
-use Go\Aop\Support;
19 18
 use Go\Aop\Support\DefaultPointcutAdvisor;
20 19
 use Go\Lang\Annotation;
21 20
 
Please login to merge, or discard this patch.
src/Aop/Support/DeclareParentsAdvisor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Go\Aop\Support;
13 13
 
14
-use Go\Aop\Advice;
15 14
 use Go\Aop\IntroductionAdvisor;
16 15
 use Go\Aop\IntroductionInfo;
17 16
 use Go\Aop\Pointcut\PointcutClassFilterTrait;
Please login to merge, or discard this patch.