Skip to content

Commit 71f02e9

Browse files
wouterjchalasr
authored andcommitted
[Security] Rename UserInterface::getUsername() to getUserIdentifier()
1 parent 5d5e91c commit 71f02e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Hasher/PasswordHasherFactoryTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ public function getUsername(): string
196196
{
197197
}
198198

199+
public function getUserIdentifier(): string
200+
{
201+
}
202+
199203
public function eraseCredentials()
200204
{
201205
}

0 commit comments

Comments
 (0)