Skip to content

Commit c9eaac9

Browse files
susnuxcome-nc
andauthored
Update apps/encryption/lib/Services/PassphraseService.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b18413a commit c9eaac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/encryption/lib/Services/PassphraseService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class PassphraseService {
2323

2424
/** @var array<string, bool> */
25-
private static $passwordResetUsers = [];
25+
private static array $passwordResetUsers = [];
2626

2727
public function __construct(
2828
private Util $util,

0 commit comments

Comments
 (0)