doctrine / DoctrineMongoDBBundle

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

Remove `--service` option from `doctrine:mongodb:fixtures:load` command #799

Closed GromNaN closed 8 months ago

GromNaN commented 8 months ago

Fix #650 This option was deprecated, using services is the only behavior, used by default.

franmomu commented 8 months ago

LGTM after removing the code in https://github.com/doctrine/DoctrineMongoDBBundle/pull/799/files#diff-3a492b7fded88ef81783ee4a2b12b644854d41a3caf1944dbafb84f8b7dd594fR69 (the one that psalm is complaining)