webfactory / WebfactoryPolyglotBundle

Symfony bundle simplifying translations in Doctrine.
MIT License
3 stars 2 forks source link

Add method parameter type hints #22

Closed mpdude closed 8 months ago

mpdude commented 8 months ago

This adds type hints for some (public) method parameters.

This might be a breaking change for clients passing data types other than the ones expected and declared through @param docblocks before. But, apart form that, it should be safe even for clients extending classes from this bundle.