Completed
Push — release ( 584a1f...0fe281 )
by Akihito
47:39 queued 22:42
created
src/CacheInterceptor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace BEAR\QueryRepository;
6 6
 
7
-use BEAR\QueryRepository\Exception\LogicException;
8 7
 use BEAR\QueryRepository\Exception\RuntimeException;
9 8
 use BEAR\Resource\ResourceObject;
10 9
 use Ray\Aop\MethodInterceptor;
Please login to merge, or discard this patch.
src/QueryRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use BEAR\Resource\AbstractUri;
11 11
 use BEAR\Resource\ResourceObject;
12 12
 use Doctrine\Common\Annotations\Reader;
13
-use LogicException;
14 13
 use ReflectionClass;
15 14
 use ReflectionException;
16 15
 
Please login to merge, or discard this patch.