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

Fix Psalm job #755

Closed franmomu closed 1 year ago

franmomu commented 1 year ago

The ignored issue is because Command::getHelper() changed the return type like in https://github.com/doctrine/mongodb-odm/pull/2492.

I was also trying psalm 5 and those missing templates in tests appeared.