Completed
Push — master ( 170574...2450f8 )
by Alexander
07:43 queued 04:13
created
src/Proxy/ClassProxy.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,10 +11,8 @@
 block discarded – undo
11 11
 namespace Go\Proxy;
12 12
 
13 13
 use Go\Aop\Advice;
14
-use Go\Aop\Features;
15 14
 use Go\Aop\Framework\ClassFieldAccess;
16 15
 use Go\Aop\Framework\DynamicClosureSplatMethodInvocation;
17
-use Go\Aop\Framework\MethodInvocationComposer;
18 16
 use Go\Aop\Framework\ReflectionConstructorInvocation;
19 17
 use Go\Aop\Framework\StaticClosureMethodInvocation;
20 18
 use Go\Aop\Framework\StaticInitializationJoinpoint;
Please login to merge, or discard this patch.