mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
fix few phpstan alerts
This commit is contained in:
parent
4eaeefdcfa
commit
e0eed18794
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue