summaryrefslogtreecommitdiffstats
path: root/Acl/Model/EntryInterface.php
diff options
context:
space:
mode:
authorrealmfoo <konstantin.leboev@gmail.com>2011-08-10 11:16:31 +0400
committerrealmfoo <konstantin.leboev@gmail.com>2011-08-10 11:16:31 +0400
commit96c4c94be0646bda1e77b48e82c930446d97b930 (patch)
treeb7c1f2dfc9af0525bb744249c322bb5e1bf29fcf /Acl/Model/EntryInterface.php
parentb33e8d2376f20761911faa654d85790d61a29019 (diff)
downloadsymfony-security-96c4c94be0646bda1e77b48e82c930446d97b930.zip
symfony-security-96c4c94be0646bda1e77b48e82c930446d97b930.tar.gz
symfony-security-96c4c94be0646bda1e77b48e82c930446d97b930.tar.bz2
expanded namespaces within phpdoc (special for PhpStorm)
Diffstat (limited to 'Acl/Model/EntryInterface.php')
-rw-r--r--Acl/Model/EntryInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Acl/Model/EntryInterface.php b/Acl/Model/EntryInterface.php
index 6fe0dc8..0a3811a 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 AclInterface
+ * @return \Symfony\Component\Security\Acl\Model\AclInterface
*/
function getAcl();
@@ -45,7 +45,7 @@ interface EntryInterface extends \Serializable
/**
* The security identity associated with this ACE
*
- * @return SecurityIdentityInterface
+ * @return \Symfony\Component\Security\Acl\Model\SecurityIdentityInterface
*/
function getSecurityIdentity();