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 cb95b4f commit a23cfa0Copy full SHA for a23cfa0
Tests/Fixtures/BaseUser.php
@@ -42,11 +42,6 @@ public function getId(): int
42
return $this->id;
43
}
44
45
- public function getUsername(): string
46
- {
47
- return $this->username;
48
- }
49
-
50
public function getUserIdentifier(): string
51
{
52
return $this->username;
Tests/Fixtures/User.php
@@ -44,11 +44,6 @@ public function getPassword(): ?string
- return $this->name;
53
54
return $this->name;
0 commit comments