diff options
-rw-r--r-- | Acl/Model/MutableAclProviderInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Model/MutableAclProviderInterface.php b/Acl/Model/MutableAclProviderInterface.php index c04eb31..4671816 100644 --- a/Acl/Model/MutableAclProviderInterface.php +++ b/Acl/Model/MutableAclProviderInterface.php @@ -24,7 +24,7 @@ interface MutableAclProviderInterface extends AclProviderInterface * @throws AclAlreadyExistsException when there already is an ACL for the given * object identity * @param ObjectIdentityInterface $oid - * @return AclInterface + * @return MutableAclInterface */ function createAcl(ObjectIdentityInterface $oid); |