fix few phpstan alerts

This commit is contained in:
osaajani 2021-01-14 03:58:28 +01:00
parent 4eaeefdcfa
commit e0eed18794
2 changed files with 2 additions and 1 deletions

View file

@ -72,7 +72,7 @@ namespace controllers\internals;
*
* @param string $email : User email
*
* @return exit code 1 on false, 0 else
* @return void : exit code 1 on false, 0 else
*/
public function user_exists(string $email)
{