Completed
Push — master ( 6bfcaa...57efb7 )
by Vitaly
02:48
created
src/resolver/AnnotationResolver.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -7,21 +7,14 @@
 block discarded – undo
7 7
  */
8 8
 namespace samsonframework\container\resolver;
9 9
 
10
-use Doctrine\Common\Annotations\Annotation;
11 10
 use Doctrine\Common\Annotations\AnnotationReader;
12 11
 use Doctrine\Common\Annotations\CachedReader;
13 12
 use Doctrine\Common\Cache\FilesystemCache;
14
-use samsonframework\container\annotation\Alias;
15
-use samsonframework\container\annotation\AutoWire;
16
-use samsonframework\container\annotation\Controller;
17 13
 use samsonframework\container\annotation\Inject;
18 14
 use samsonframework\container\annotation\MetadataInterface;
19 15
 use samsonframework\container\annotation\MethodAnnotation;
20
-use samsonframework\container\annotation\Scope;
21
-use samsonframework\container\annotation\Service;
22 16
 use samsonframework\container\metadata\ClassMetadata;
23 17
 use samsonframework\container\metadata\MethodMetadata;
24
-use samsonframework\container\scope\ControllerScope;
25 18
 
26 19
 class AnnotationResolver extends Resolver
27 20
 {
Please login to merge, or discard this patch.