diff options
Diffstat (limited to 'Acl/Model/AclProviderInterface.php')
-rw-r--r-- | Acl/Model/AclProviderInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Model/AclProviderInterface.php b/Acl/Model/AclProviderInterface.php index 12f55e0..ab2c431 100644 --- a/Acl/Model/AclProviderInterface.php +++ b/Acl/Model/AclProviderInterface.php @@ -33,7 +33,7 @@ interface AclProviderInterface * @throws AclNotFoundException when there is no ACL * @param ObjectIdentityInterface $oid * @param array $sids - * @return AclInterface + * @return \Symfony\Component\Security\Acl\Model\AclInterface */ function findAcl(ObjectIdentityInterface $oid, array $sids = array()); |