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 34551d2

Browse filesBrowse files
committed
[#3319] Fixing typos thanks to @xabbuh
1 parent 1401372 commit 34551d2
Copy full SHA for 34551d2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎cookbook/security/acl_advanced.rst‎

Copy file name to clipboardExpand all lines: cookbook/security/acl_advanced.rst
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ your application. Each role, or user has its own security identity.
4949
For users, the security identity is based on the username. This means that,
5050
if for any reason, a user's username was to change, you must ensure its
5151
security identity is updated too. The
52-
:method:`MutableAclProvider::updateUserSecurityIdentity <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
53-
``updateUserSecurityIdentity`` method is there to handle the update.
52+
:method:`MutableAclProvider::updateUserSecurityIdentity() <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
53+
method is there to handle the update.
5454

5555
Database Table Structure
5656
------------------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.