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 1481481 commit 09bb027Copy full SHA for 09bb027
src/Entity/User.php
@@ -157,7 +157,7 @@ public function setRoles(array $roles): void
157
public function getSalt(): ?string
158
{
159
// 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
+ // the salt value is built-in and you don't have to generate one
161
// See https://en.wikipedia.org/wiki/Bcrypt
162
163
return null;
0 commit comments