summaryrefslogtreecommitdiffstats
path: root/Acl/Model/AclProviderInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/AclProviderInterface.php')
-rw-r--r--Acl/Model/AclProviderInterface.php2
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());