FriendsOfSymfony / FOSUserBundle

Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
https://symfony.com/doc/master/bundles/FOSUserBundle/index.html
MIT License
3.25k stars 1.57k forks source link

Add return types in all methods #3069

Closed stof closed 6 months ago

stof commented 6 months ago

For non-final classes, the return types are added only in phpdoc for now as adding actual return types will be done in the next major version.