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.
2 parents 9b2310a + 577ef2d commit f759210Copy full SHA for f759210
security.rst
@@ -193,17 +193,6 @@ from the `MakerBundle`_:
193
return $this;
194
}
195
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
-
207
/**
208
* @see UserInterface
209
*/
0 commit comments