diff --git a/security.rst b/security.rst index 36bed55587e..a2f6255105c 100644 --- a/security.rst +++ b/security.rst @@ -193,17 +193,6 @@ from the `MakerBundle`_: return $this; } - /** - * Returning a salt is only needed if you are not using a modern - * hashing algorithm (e.g. bcrypt or sodium) in your security.yaml. - * - * @see UserInterface - */ - public function getSalt(): ?string - { - return null; - } - /** * @see UserInterface */