Skip to content

Commit

Permalink
minor #4059 ��eraseCredentials method typo (danielsan)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jul 30, 2014
2 parents 44091b1 + 2512efb commit b3f15b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/entity_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ interface forces the class to implement the five following methods:
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getPassword`
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getSalt`
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::getUsername`
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::eraseCredential`
* :method:`Symfony\\Component\\Security\\Core\\User\\UserInterface::eraseCredentials`

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

Expand Down

0 comments on commit b3f15b2

Please sign in to comment.