We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2443f7b commit 02a4808Copy full SHA for 02a4808
Tests/Fixtures/TestLegacyPasswordAuthenticatedUser.php
@@ -30,7 +30,7 @@ public function getPassword(): ?string
30
return $this->password;
31
}
32
33
- public function getRoles()
+ public function getRoles(): array
34
{
35
return $this->roles;
36
@@ -41,7 +41,7 @@ public function eraseCredentials()
41
return;
42
43
44
- public function getUsername()
+ public function getUsername(): string
45
46
return $this->username;
47
0 commit comments