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 phpdoc return type #779

Closed franmomu closed 1 year ago

franmomu commented 1 year ago

spotted in https://github.com/doctrine/DoctrineMongoDBBundle/actions/runs/5711475720/job/15473160391

https://github.com/symfony/symfony/blob/3034e8e423d0b160c2b44a170016377bd3a59ec7/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php#L19-L30

$container can be null

malarzm commented 1 year ago

Thanks @franmomu!