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 2746067

Browse filesBrowse files
committed
minor #3472 Fixed versionadded inconsistencies in Symfony 2.5+ (danielcsgomes)
This PR was merged into the master branch. Discussion ---------- Fixed `versionadded` inconsistencies in Symfony 2.5+ | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5+ | Fixed tickets | N/A Same as #3471 - Founded some `versionadded` blocks that does not follow the "standard" of having the ".. was introduced in Symfony 2.x" or similar sentence. Commits ------- 8beb570 Fixed `versionadded` inconsistencies
2 parents a87fe18 + 8beb570 commit 2746067
Copy full SHA for 2746067

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/acl_advanced.rst

Copy file name to clipboardExpand all lines: cookbook/security/acl_advanced.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ your application. Each role, or user has its own security identity.
5050
if for any reason, a user's username was to change, you must ensure its
5151
security identity is updated too. The
5252
:method:`MutableAclProvider::updateUserSecurityIdentity() <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
53-
method is there to handle the update.
53+
method is there to handle the update, it was introduced in Symfony 2.5.
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.