Skip to content

Commit

Permalink
minor #3472 Fixed versionadded inconsistencies in Symfony 2.5+ (dan…
Browse files Browse the repository at this point in the history
…ielcsgomes)

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
  • Loading branch information
weaverryan committed Jan 21, 2014
2 parents a87fe18 + 8beb570 commit 2746067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/acl_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ your application. Each role, or user has its own security identity.
if for any reason, a user's username was to change, you must ensure its
security identity is updated too. The
:method:`MutableAclProvider::updateUserSecurityIdentity() <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
method is there to handle the update.
method is there to handle the update, it was introduced in Symfony 2.5.

Database Table Structure
------------------------
Expand Down

0 comments on commit 2746067

Please sign in to comment.