diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-08-13 19:27:36 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-08-13 19:27:36 +0200 |
commit | fa4b69a12979d49baeb177c81da1c318de361df2 (patch) | |
tree | 91ef528a24e416523bb25859a702d8d859a0e2af /Acl/Model/MutableAclProviderInterface.php | |
parent | 96c4c94be0646bda1e77b48e82c930446d97b930 (diff) | |
download | symfony-security-fa4b69a12979d49baeb177c81da1c318de361df2.zip symfony-security-fa4b69a12979d49baeb177c81da1c318de361df2.tar.gz symfony-security-fa4b69a12979d49baeb177c81da1c318de361df2.tar.bz2 |
Revert "expanded namespaces within phpdoc (special for PhpStorm)"
This reverts commit 6e7439e73ade26bca01edc193c836b35aaa91ffe.
Diffstat (limited to 'Acl/Model/MutableAclProviderInterface.php')
-rw-r--r-- | Acl/Model/MutableAclProviderInterface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Acl/Model/MutableAclProviderInterface.php b/Acl/Model/MutableAclProviderInterface.php index 9d3e5e5..c04eb31 100644 --- a/Acl/Model/MutableAclProviderInterface.php +++ b/Acl/Model/MutableAclProviderInterface.php @@ -23,8 +23,8 @@ interface MutableAclProviderInterface extends AclProviderInterface * * @throws AclAlreadyExistsException when there already is an ACL for the given * object identity - * @param \Symfony\Component\Security\Acl\Model\ObjectIdentityInterface $oid - * @return \Symfony\Component\Security\Acl\Model\AclInterface + * @param ObjectIdentityInterface $oid + * @return AclInterface */ function createAcl(ObjectIdentityInterface $oid); |