Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3f15b2

Browse filesBrowse 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
Copy full SHA for b3f15b2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/security/entity_provider.rst

Copy file name to clipboardExpand all lines: cookbook/security/entity_provider.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.