1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #1474 from localheinz/fix/unused-imports

Fix: Remove unused imports
This commit is contained in:
Marco Pivetta 2015-09-04 08:30:46 +01:00
commit 29c2b807ce
3 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@ use Doctrine\ORM\Cache\CollectionCacheKey;
use Doctrine\ORM\Cache\TimestampCacheKey;
use Doctrine\ORM\Cache\QueryCacheKey;
use Doctrine\ORM\Cache\Persister\CachedPersister;
use Doctrine\ORM\Cache\CacheException;
use Doctrine\ORM\Mapping\ClassMetadata;
use Doctrine\ORM\PersistentCollection;
use Doctrine\ORM\EntityManagerInterface;

View File

@ -20,7 +20,6 @@
namespace Doctrine\ORM\Cache\Persister\Entity;
use Doctrine\Common\Util\ClassUtils;
use Doctrine\ORM\Cache\EntityCacheKey;
/**

View File

@ -20,7 +20,6 @@
namespace Doctrine\ORM\Utility;
use Doctrine\Common\Util\ClassUtils;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Mapping\ClassMetadata;
use Doctrine\ORM\Query\QueryException;