Skip to content

Commit f759210

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Remove function getSalt() from security user class
2 parents 9b2310a + 577ef2d commit f759210

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

security.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -193,17 +193,6 @@ from the `MakerBundle`_:
193193
return $this;
194194
}
195195
196-
/**
197-
* Returning a salt is only needed if you are not using a modern
198-
* hashing algorithm (e.g. bcrypt or sodium) in your security.yaml.
199-
*
200-
* @see UserInterface
201-
*/
202-
public function getSalt(): ?string
203-
{
204-
return null;
205-
}
206-
207196
/**
208197
* @see UserInterface
209198
*/

0 commit comments

Comments
 (0)