Skip to content

Commit

Permalink
Update apps/encryption/lib/Services/PassphraseService.php
Browse files Browse the repository at this point in the history
Co-authored-by: Côme Chilliet <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux and come-nc authored Sep 26, 2024
1 parent b18413a commit c9eaac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/encryption/lib/Services/PassphraseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class PassphraseService {

/** @var array<string, bool> */
private static $passwordResetUsers = [];
private static array $passwordResetUsers = [];

public function __construct(
private Util $util,
Expand Down

0 comments on commit c9eaac9

Please sign in to comment.