Skip to content

Fix some deprecations related to Doctrine#7206

Merged
javiereguiluz merged 1 commit intoEasyCorp:4.xfrom
javiereguiluz:fix_doctrine_deprecations
Nov 5, 2025
Merged

Fix some deprecations related to Doctrine#7206
javiereguiluz merged 1 commit intoEasyCorp:4.xfrom
javiereguiluz:fix_doctrine_deprecations

Conversation

@javiereguiluz
Copy link
Copy Markdown
Collaborator

Fixes these:

User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping
is deprecated and will not be possible in Doctrine ORM 4.0.
Use the corresponding property instead.
(ArrayAccessImplementation.php:31 called by CommonPreConfigurator.php:231,
https://github.com/doctrine/orm/pull/11211, package doctrine/orm)

User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping
is deprecated and will not be possible in Doctrine ORM 4.0.
Use the corresponding property instead.
(ArrayAccessImplementation.php:31 called by DateTimeConfigurator.php:101,
https://github.com/doctrine/orm/pull/11211, package doctrine/orm)

@javiereguiluz javiereguiluz added this to the 4.x milestone Nov 3, 2025
@javiereguiluz javiereguiluz force-pushed the fix_doctrine_deprecations branch from 141861f to bedb624 Compare November 5, 2025 18:48
@javiereguiluz javiereguiluz force-pushed the fix_doctrine_deprecations branch from bedb624 to c32a422 Compare November 5, 2025 18:58
@javiereguiluz javiereguiluz merged commit f74d74f into EasyCorp:4.x Nov 5, 2025
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.

1 participant