Completed
Push — compile ( d40a96...35acd8 )
by Akihito
03:33
created
src/Injector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use BEAR\Package\Context\Provider\ProdCacheProvider;
10 10
 use BEAR\Package\Provide\Boot\ScriptinjectorModule;
11 11
 use BEAR\Sunday\Extension\Application\AppInterface;
12
-use Doctrine\Common\Cache\Cache;
13 12
 use Doctrine\Common\Cache\ChainCache;
14 13
 use Ray\Compiler\ScriptInjector;
15 14
 use Ray\Di\Injector as RayInjector;
Please login to merge, or discard this patch.
src/Compiler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use BEAR\Sunday\Extension\Application\AppInterface;
15 15
 use Composer\Autoload\ClassLoader;
16 16
 use Doctrine\Common\Annotations\Reader;
17
-use Doctrine\Common\Cache\Cache;
18 17
 use function file_exists;
19 18
 use Ray\Di\AbstractModule;
20 19
 use Ray\Di\Exception\Unbound;
Please login to merge, or discard this patch.