stof / StofDoctrineExtensionsBundle

Integration bundle for DoctrineExtensions by l3pp4rd in Symfony
https://symfony.com/bundles/StofDoctrineExtensionsBundle/current/index.html
MIT License
1.89k stars 379 forks source link

Deprecation: Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping #480

Closed tobias-r closed 8 months ago

tobias-r commented 8 months ago

With doctrine 3.1 Using ArrayAccess on Doctrine\ORM\Mapping\FieldMapping is deprecated. Your bundle does use this. Please fix :). THX so much.

stof commented 8 months ago

My bundle does not do it (because it does not use the mapping at all).

The underlying extensions at https://github.com/doctrine-extensions/DoctrineExtensions probably do it, but they haven't released support for version 3 of the ORM yet.