mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12273] [MERGED] Deprecate FieldMapping::$default #13636
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/12273
Author: @greg0ire
Created: 11/14/2025
Status: ✅ Merged
Merged: 11/19/2025
Merged by: @greg0ire
Base:
3.6.x← Head:deprecate-default📝 Commits (1)
96776e0Deprecate FieldMapping::$default📊 Changes
5 files changed (+13 additions, -4 deletions)
View changed files
📝
UPGRADE.md(+5 -0)📝
src/Mapping/ClassMetadata.php(+2 -2)📝
src/Mapping/FieldMapping.php(+3 -1)📝
src/Tools/SchemaTool.php(+2 -0)📝
tests/Tests/ORM/Mapping/ClassMetadataBuilderTest.php(+1 -1)📄 Description
Its purpose is unclear since there is
FieldMapping::$options['default']already.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.