fix few phpstan alerts
This commit is contained in:
parent
4eaeefdcfa
commit
e0eed18794
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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 :
|
||||
|
|
Loading…
Reference in New Issue