Completed
Pull Request — master (#14)
by Pavel
28:57
created
EntityManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Bankiru\Api\Doctrine\Proxy\ApiCollection;
8 8
 use Bankiru\Api\Doctrine\Proxy\ProxyFactory;
9 9
 use Bankiru\Api\Doctrine\Utility\IdentifierFixer;
10
-use Doctrine\Common\Collections\AbstractLazyCollection;
11 10
 use Doctrine\Common\Persistence\ObjectRepository;
12 11
 use Doctrine\Common\Proxy\Proxy;
13 12
 
Please login to merge, or discard this patch.
EntityRepository.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Bankiru\Api\Doctrine;
4 4
 
5 5
 use Bankiru\Api\Doctrine\Mapping\ApiMetadata;
6
-use Bankiru\Api\Doctrine\Proxy\ApiCollection;
7
-use Doctrine\Common\Collections\Collection;
8 6
 use Doctrine\Common\Persistence\ObjectRepository;
9 7
 use ScayTrase\Api\Rpc\RpcClientInterface;
10 8
 
Please login to merge, or discard this patch.