mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12342] [MERGED] Add Override attribute where applicable #13714
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/12342
Author: @greg0ire
Created: 1/11/2026
Status: ✅ Merged
Merged: 1/13/2026
Merged by: @greg0ire
Base:
4.0.x← Head:override📝 Commits (1)
59f7f67Add Override attribute where applicable📊 Changes
209 files changed (+846 additions, -0 deletions)
View changed files
📝
phpstan.neon(+1 -0)📝
src/Cache/DefaultCache.php(+15 -0)📝
src/Cache/DefaultCacheFactory.php(+9 -0)📝
src/Cache/DefaultCollectionHydrator.php(+3 -0)📝
src/Cache/DefaultEntityHydrator.php(+3 -0)📝
src/Cache/DefaultQueryCache.php(+5 -0)📝
src/Cache/Logging/CacheLoggerChain.php(+10 -0)📝
src/Cache/Logging/StatisticsCacheLogger.php(+10 -0)📝
src/Cache/Persister/Collection/AbstractCollectionPersister.php(+12 -0)📝
src/Cache/Persister/Collection/NonStrictReadWriteCachedCollectionPersister.php(+5 -0)📝
src/Cache/Persister/Collection/ReadOnlyCachedCollectionPersister.php(+2 -0)📝
src/Cache/Persister/Collection/ReadWriteCachedCollectionPersister.php(+5 -0)📝
src/Cache/Persister/Entity/AbstractEntityPersister.php(+29 -0)📝
src/Cache/Persister/Entity/NonStrictReadWriteCachedEntityPersister.php(+5 -0)📝
src/Cache/Persister/Entity/ReadOnlyCachedEntityPersister.php(+2 -0)📝
src/Cache/Persister/Entity/ReadWriteCachedEntityPersister.php(+5 -0)📝
src/Cache/Region/DefaultRegion.php(+8 -0)📝
src/Cache/Region/FileLockRegion.php(+10 -0)📝
src/Cache/Region/UpdateTimestampCache.php(+2 -0)📝
src/Cache/TimestampQueryCacheValidator.php(+3 -0)...and 80 more files
📄 Description
Note: many
@inheritDocannotations have become redundant because of this, but let us wait on https://github.com/slevomat/coding-standard/issues/1824 before attempting to address that.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.