mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix bad return type
This commit is contained in:
parent
2373d1dd5b
commit
d010134d01
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ namespace controllers\internals;
|
|||
* @param $status : User status, default \models\User::STATUS_ACTIVE
|
||||
* @param bool $encrypt_password : Should the password be encrypted, by default true
|
||||
*
|
||||
* @return exit code 0 on success | 1 on error
|
||||
* exit code 0 on success | 1 on error
|
||||
*/
|
||||
public function create_update_user(string $email, string $password, bool $admin, ?string $api_key = null, string $status = \models\User::STATUS_ACTIVE, bool $encrypt_password = true)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue