8000 eraseCredentials method typo · symfony/symfony-docs@819c588 · GitHub
[go: up one dir, main page]

Skip to content

Commit 819c588

Browse files
committed
��eraseCredentials method typo
1 parent aab4044 commit 819c588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ interface forces the class to implement the five following methods:
194194
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getPassword`
195195
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getSalt`
196196
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getUsername`
197-
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::eraseCredential`
197+
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::eraseCredentials`
198198

199199
For more details on each of these, see :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`.
200200

0 commit comments

Comments
 (0)
0