8000 Fixed `versionadded` inconsistencies in Symfony 2.5+ by dcsg · Pull Request #3472 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fixed versionadded inconsistencies in Symfony 2.5+ #3472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed versionadded inconsistencies
  • Loading branch information
dcsg committed Jan 12, 2014
commit 8beb5704adc38a24d1d9e4581b6740cf8f8f87bd
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