Address default expression deprecation#12262
Merged
greg0ire merged 1 commit intodoctrine:3.5.xfrom Nov 10, 2025
Merged
Conversation
greg0ire
commented
Nov 9, 2025
82b3d3f to
5816680
Compare
5816680 to
4274760
Compare
This addresses the deprecation introduced in doctrine/dbal#7195 A follow-up should be to deprecate not using these value objects in field mappings, so that we do not just reproduce the same checks that the DBAL wants to remove.
4274760 to
c502190
Compare
morozov
approved these changes
Nov 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This addresses the deprecation introduced in
doctrine/dbal#7195
A follow-up should be to deprecate not using these value objects in field mappings, so that we do not just reproduce the same checks that the DBAL wants to remove.
Relates to #12252