mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #947] [MERGED] Cleaned up further unused imports. #8940
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/947
Author: @BenMorel
Created: 2/9/2014
Status: ✅ Merged
Merged: 2/10/2014
Merged by: @Ocramius
Base:
master← Head:unused-imports📝 Commits (1)
08f6291Cleaned up further unused imports.📊 Changes
23 files changed (+0 additions, -40 deletions)
View changed files
📝
lib/Doctrine/ORM/AbstractQuery.php(+0 -1)📝
lib/Doctrine/ORM/Cache.php(+0 -2)📝
lib/Doctrine/ORM/Cache/CacheConfiguration.php(+0 -3)📝
lib/Doctrine/ORM/Cache/CollectionHydrator.php(+0 -2)📝
lib/Doctrine/ORM/Cache/ConcurrentRegion.php(+0 -2)📝
lib/Doctrine/ORM/Cache/DefaultCacheFactory.php(+0 -2)📝
lib/Doctrine/ORM/Cache/DefaultCollectionHydrator.php(+0 -2)📝
lib/Doctrine/ORM/Cache/DefaultEntityHydrator.php(+0 -2)📝
lib/Doctrine/ORM/Cache/DefaultQueryCache.php(+0 -3)📝
lib/Doctrine/ORM/Cache/EntityHydrator.php(+0 -2)📝
lib/Doctrine/ORM/Cache/QueryCacheValidator.php(+0 -2)📝
lib/Doctrine/ORM/Cache/Region.php(+0 -2)📝
lib/Doctrine/ORM/Cache/TimestampQueryCacheValidator.php(+0 -3)📝
lib/Doctrine/ORM/Event/LifecycleEventArgs.php(+0 -1)📝
lib/Doctrine/ORM/Event/PreUpdateEventArgs.php(+0 -1)📝
lib/Doctrine/ORM/Mapping/AnsiQuoteStrategy.php(+0 -1)📝
lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php(+0 -1)📝
lib/Doctrine/ORM/Mapping/QuoteStrategy.php(+0 -1)📝
lib/Doctrine/ORM/Query/FilterCollection.php(+0 -1)📝
lib/Doctrine/ORM/Query/QueryExpressionVisitor.php(+0 -2)...and 3 more files
📄 Description
Further cleanup of unused
usestatements.Sorry for the extra PR, I previously missed the less obvious ones that were importing classes from their own namespace, for example:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.