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)
{

View File

@ -18,6 +18,7 @@ namespace controllers\publics;
{
private $internal_sended;
private $internal_phone;
private $internal_contact;
/**
* Cette fonction est appelée avant toute les autres :