Skip to content

Commit 2746067

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/acl_advanced.rst

+1-1
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)