Skip to content

Commit 4994e36

Browse files
fix: typo in setPlainPassword (#1712)
1 parent 3142059 commit 4994e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
106106
return $this->plainPassword;
107107
}
108108

109-
public function setPlainPassword(?string $painPassword): self
109+
public function setPlainPassword(?string $plainPassword): self
110110
{
111-
$this->plainPassword = $painPassword;
111+
$this->plainPassword = $plainPassword;
112112

113113
return $this;
114114
}

0 commit comments

Comments
 (0)