From 819c588c4df5c78e60f72625d27ea418c85cf47b Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Fri, 25 Jul 2014 13:36:14 -0400 Subject: [PATCH] eraseCredentials method typo --- cookbook/security/entity_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/entity_provider.rst b/cookbook/security/entity_provider.rst index efe3a0f4592..b8183421e32 100644 --- a/cookbook/security/entity_provider.rst +++ b/cookbook/security/entity_provider.rst @@ -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`.