diff options
Diffstat (limited to 'Acl/Model/EntryInterface.php')
-rw-r--r-- | Acl/Model/EntryInterface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Acl/Model/EntryInterface.php b/Acl/Model/EntryInterface.php index 0a3811a..6fe0dc8 100644 --- a/Acl/Model/EntryInterface.php +++ b/Acl/Model/EntryInterface.php @@ -24,7 +24,7 @@ interface EntryInterface extends \Serializable /** * The ACL this ACE is associated with. * - * @return \Symfony\Component\Security\Acl\Model\AclInterface + * @return AclInterface */ function getAcl(); @@ -45,7 +45,7 @@ interface EntryInterface extends \Serializable /** * The security identity associated with this ACE * - * @return \Symfony\Component\Security\Acl\Model\SecurityIdentityInterface + * @return SecurityIdentityInterface */ function getSecurityIdentity(); |