Completed
Pull Request — master (#240)
by Alexander
05:40
created
src/Core/GoAspectContainer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Go\Aop\Pointcut\PointcutLexer;
17 17
 use Go\Aop\Pointcut\PointcutGrammar;
18 18
 use Go\Aop\Pointcut\PointcutParser;
19
-use Go\Instrument\RawAnnotationReader;
20 19
 use Go\Instrument\ClassLoading\CachePathManager;
21 20
 use Doctrine\Common\Annotations\AnnotationReader;
22 21
 
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
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Go\Core\AspectKernel;
19 19
 use Go\Core\AspectLoader;
20 20
 use Go\Instrument\ClassLoading\CachePathManager;
21
-use Go\Instrument\CleanableMemory;
22 21
 use Go\ParserReflection\ReflectionFile;
23 22
 use Go\ParserReflection\ReflectionFileNamespace;
24 23
 use Go\Proxy\ClassProxy;
Please login to merge, or discard this patch.