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 some issues in `DoctrineMongoDBTypeGuesser` #757

Closed franmomu closed 1 year ago

franmomu commented 1 year ago

When trying psalm 5, it complains about an invalid array offset in mapping['length'], so I was going to remove it and found some other things to do in the class.

malarzm commented 1 year ago

Thanks @franmomu!