Skip to content

Commit

Permalink
��eraseCredentials method typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsan authored and weaverryan committed Jul 30, 2014
1 parent 44091b1 commit 2512efb
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 2512efb

Please sign in to comment.