Completed
Push — attributes ( f82873...85d4b8 )
by Akihito
02:26
created
src/di/Arguments.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace Ray\Di;
6 6
 
7
-use Doctrine\Common\Annotations\AnnotationReader;
8
-use Koriym\Attributes\AttributesReader;
9
-use Koriym\Attributes\DualReader;
10 7
 use Ray\Di\Exception\Unbound;
11 8
 use Ray\ServiceLocator\ServiceLocator;
12 9
 use ReflectionMethod;
Please login to merge, or discard this patch.
src/di/DependencyFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace Ray\Di;
6 6
 
7
-use Doctrine\Common\Annotations\AnnotationReader;
8
-use Koriym\Attributes\AttributesReader;
9
-use Koriym\Attributes\DualReader;
10 7
 use Ray\ServiceLocator\ServiceLocator;
11 8
 use ReflectionClass;
12 9
 use ReflectionMethod;
Please login to merge, or discard this patch.