doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
379 stars 229 forks source link

Remove deprecations using Symfony 5.4 #707

Closed franmomu closed 2 years ago

franmomu commented 2 years ago

This PR adds a CI job testing Symfony 5.4.

Symfony 5.4 adds deprecations where there is no return type explicitly set (native or phpdoc) in overriding or implementing methods from Symfony or core.