Completed
Pull Request — master (#3)
by Pavel
04:11
created
src/Bankiru/Api/Doctrine/UnitOfWork.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,11 +13,8 @@
 block discarded – undo
13 13
 use Bankiru\Api\Doctrine\Mapping\EntityMetadata;
14 14
 use Bankiru\Api\Doctrine\Persister\ApiPersister;
15 15
 use Bankiru\Api\Doctrine\Persister\EntityPersister;
16
-use Bankiru\Api\Doctrine\Proxy\ApiCollection;
17 16
 use Bankiru\Api\Doctrine\Utility\IdentifierFlattener;
18 17
 use Bankiru\Api\Doctrine\Utility\ReflectionPropertiesGetter;
19
-use Doctrine\Common\Collections\ArrayCollection;
20
-use Doctrine\Common\Collections\Collection;
21 18
 use Doctrine\Common\NotifyPropertyChanged;
22 19
 use Doctrine\Common\Persistence\Mapping\RuntimeReflectionService;
23 20
 use Doctrine\Common\Persistence\ObjectManagerAware;
Please login to merge, or discard this patch.
src/Bankiru/Api/Tests/AbstractEntityManagerTest.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 Bankiru\Api\Doctrine\EntityManager;
15 15
 use Bankiru\Api\Doctrine\EntityMetadataFactory;
16 16
 use Bankiru\Api\Doctrine\Mapping\Driver\YmlMetadataDriver;
17
-use Bankiru\Api\Doctrine\Proxy\ProxyFactory;
18 17
 use Bankiru\Api\Doctrine\Type\BaseTypeRegistry;
19 18
 use Bankiru\Api\Doctrine\Type\TypeRegistry;
20 19
 use Bankiru\Api\Test\TestClient;
Please login to merge, or discard this patch.