cakephp / authentication

Authentication plugin for CakePHP. Can also be used in PSR7 based applications.
MIT License
117 stars 100 forks source link

Add type hints to DefaultPasswordHasher.php #533

Closed markusramsak closed 2 years ago

markusramsak commented 2 years ago

add type hints like in DefaultPasswordHasher of AuthComponent in CakePHP 4.x

ADmad commented 2 years ago

For the PasswordHasherInterface which this class implements these arguments are of type string|array, so string type can't be added for them.