Skip to content

Commit 09bb027

Browse files
authored
Fix typo
1 parent 1481481 commit 09bb027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function setRoles(array $roles): void
157157
public function getSalt(): ?string
158158
{
159159
// We're using bcrypt in security.yaml to encode the password, so
160-
// the salt value is built-in and and you don't have to generate one
160+
// the salt value is built-in and you don't have to generate one
161161
// See https://en.wikipedia.org/wiki/Bcrypt
162162

163163
return null;

0 commit comments

Comments
 (0)