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

Enforce typehints in tests #694

Closed franmomu closed 3 years ago

franmomu commented 3 years ago

This PR removes a phpcs excluded rule that makes mandatory to have type declarations in tests.

This would be nice to do it in the ODM library as well, but the amount of work is considerable so I guess it would be done by steps.

malarzm commented 3 years ago

Thanks @franmomu!

This would be nice to do it in the ODM library as well, but the amount of work is considerable so I guess it would be done by steps.

Yeah, that'll be a lot of work, since the slack with doing so :)