Completed
Push — master ( 687c1a...3c1fd0 )
by Alexander
03:49
created
src/Aop/Pointcut/NotPointcut.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 namespace Go\Aop\Pointcut;
12 12
 
13 13
 use Go\Aop\Pointcut;
14
-use Go\Aop\PointFilter;
15
-use Go\Aop\Support\TruePointFilter;
16 14
 
17 15
 /**
18 16
  * Signature method pointcut checks method signature (modifiers and name) to match it
Please login to merge, or discard this patch.
src/Instrument/Transformer/WeavingTransformer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use Go\Aop\Advisor;
14 14
 use Go\Aop\Aspect;
15
-use Go\Aop\Features;
16 15
 use Go\Aop\Framework\AbstractJoinpoint;
17 16
 use Go\Core\AdviceMatcher;
18 17
 use Go\Core\AspectContainer;
Please login to merge, or discard this patch.