diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-13 08:50:54 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-13 10:22:12 +0100 |
commit | d62274e7daa62c8dd1e2f772e108a773ca043a69 (patch) | |
tree | 66dcd95987e267e83cba9b51b7925255e4a8601d /Acl/Domain | |
parent | d2bdba5c73733dbc45153658584f16b57126090c (diff) | |
download | symfony-security-d62274e7daa62c8dd1e2f772e108a773ca043a69.zip symfony-security-d62274e7daa62c8dd1e2f772e108a773ca043a69.tar.gz symfony-security-d62274e7daa62c8dd1e2f772e108a773ca043a69.tar.bz2 |
[DoctrineBridge] fixed some CS
Diffstat (limited to 'Acl/Domain')
-rw-r--r-- | Acl/Domain/Acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Domain/Acl.php b/Acl/Domain/Acl.php index ff8db9d..bb088f8 100644 --- a/Acl/Domain/Acl.php +++ b/Acl/Domain/Acl.php @@ -587,7 +587,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged /** * Updates auditing for an ACE * - * @param array $aces + * @param array &$aces * @param integer $index * @param Boolean $auditSuccess * @param Boolean $auditFailure |