Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3f15b2

Browse files
committed
minor #4059 ��eraseCredentials method typo (danielsan)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4059). Discussion ---------- ��eraseCredentials method typo Commits ------- 819c588 ��eraseCredentials method typo
2 parents 44091b1 + 2512efb commit b3f15b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)