Skip to content

Add native property types to the test app entities#7710

Merged
javiereguiluz merged 1 commit into
EasyCorp:5.xfrom
guillaume-sainthillier:add-native-types-to-test-app-entities
Jul 21, 2026
Merged

Add native property types to the test app entities#7710
javiereguiluz merged 1 commit into
EasyCorp:5.xfrom
guillaume-sainthillier:add-native-types-to-test-app-entities

Conversation

@guillaume-sainthillier

Copy link
Copy Markdown
Contributor

Collection-valued associations are typed with the Collection interface
(Doctrine hydrates them as PersistentCollection, so ArrayCollection
would fail), and nullable properties get an explicit null default to
keep behaving like the untyped properties they replace (e.g. reading
the id of a not-yet-persisted entity).

Collection-valued associations are typed with the Collection interface
(Doctrine hydrates them as PersistentCollection, so ArrayCollection
would fail), and nullable properties get an explicit null default to
keep behaving like the untyped properties they replace (e.g. reading
the id of a not-yet-persisted entity).
@guillaume-sainthillier
guillaume-sainthillier force-pushed the add-native-types-to-test-app-entities branch from 2f7cfc4 to 0cf0ed9 Compare July 13, 2026 07:33
@javiereguiluz javiereguiluz added this to the 5.x milestone Jul 21, 2026
@javiereguiluz

Copy link
Copy Markdown
Collaborator

Thank you Guillaume.

@javiereguiluz
javiereguiluz merged commit 7fca25c into EasyCorp:5.x Jul 21, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants