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

Symfony 6.1 deprecations #737

Closed IonBazan closed 2 years ago

IonBazan commented 2 years ago

After upgrading to Symfony 6.1-RC1, following deprecation message is reported for all commands:

The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Doctrine\Bundle\MongoDBBundle\Command\GenerateHydratorsDoctrineODMCommand"

We could combine the fix for this problem with #688.