summaryrefslogtreecommitdiffstats
path: root/Acl/Model/MutableAclProviderInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/MutableAclProviderInterface.php')
-rw-r--r--Acl/Model/MutableAclProviderInterface.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/Acl/Model/MutableAclProviderInterface.php b/Acl/Model/MutableAclProviderInterface.php
index cb34b72..f5bb198 100644
--- a/Acl/Model/MutableAclProviderInterface.php
+++ b/Acl/Model/MutableAclProviderInterface.php
@@ -21,9 +21,11 @@ interface MutableAclProviderInterface extends AclProviderInterface
/**
* Creates a new ACL for the given object identity.
*
- * @throws AclAlreadyExistsException when there already is an ACL for the given
- * object identity
* @param ObjectIdentityInterface $oid
+ *
+ * @throws AclAlreadyExistsException when there already is an ACL for the given
+ * object identity
+ *
* @return MutableAclInterface
*/
public function createAcl(ObjectIdentityInterface $oid);