summaryrefslogtreecommitdiffstats
path: root/Acl/Model/MutableAclProviderInterface.php
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-12-03 20:10:26 +0000
committerGraham Campbell <graham@mineuk.com>2014-12-03 20:10:26 +0000
commit4d93fe20999aa43de372f053ff9f8ec5a85b6fa5 (patch)
tree722834ef5651fa20505144af1c6193dbd0a464f5 /Acl/Model/MutableAclProviderInterface.php
parentc3100eb623f97650fa4cdede3e832a497b8e473c (diff)
downloadsymfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.zip
symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.tar.gz
symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.tar.bz2
CS fixes
Diffstat (limited to 'Acl/Model/MutableAclProviderInterface.php')
-rw-r--r--Acl/Model/MutableAclProviderInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Model/MutableAclProviderInterface.php b/Acl/Model/MutableAclProviderInterface.php
index f5bb198..f94ddc5 100644
--- a/Acl/Model/MutableAclProviderInterface.php
+++ b/Acl/Model/MutableAclProviderInterface.php
@@ -24,7 +24,7 @@ interface MutableAclProviderInterface extends AclProviderInterface
* @param ObjectIdentityInterface $oid
*
* @throws AclAlreadyExistsException when there already is an ACL for the given
- * object identity
+ * object identity
*
* @return MutableAclInterface
*/