1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-12 23:35:56 +00:00
Files
tt-rss/classes/userhelper.php
wn_ 8943604aad Change the param type for UserHelper::hash_password() $algo to appease PHPStan.
PHPStan was complaining in 'plugins/auth_internal/init.php' due to UserHelper::hash_password() being passed a string, rather than a UserHelper::HASH_ALGO_* constant.  Just switching the param to string for now.
2021-11-14 22:44:48 +00:00

9.1 KiB