8000
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 aab4044 commit 819c588Copy full SHA for 819c588
cookbook/security/entity_provider.rst
@@ -194,7 +194,7 @@ interface forces the class to implement the five following methods:
194
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getPassword`
195
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getSalt`
196
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getUsername`
197
-* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::eraseCredential`
+* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::eraseCredentials`
198
199
For more details on each of these, see :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`.
200
0 commit comments