mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Do some code cleanup courtesy of Mago.
This commit is contained in:
@@ -64,7 +64,7 @@ interface UserRepositoryInterface
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function changePassword(User $user, string $password);
|
||||
public function changePassword(User $user, #[\SensitiveParameter] string $password);
|
||||
|
||||
public function changeStatus(User $user, bool $isBlocked, string $code): bool;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user