summaryrefslogtreecommitdiffstats
path: root/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/ObjectIdentityRetrievalStrategyInterface.php')
-rw-r--r--Acl/Model/ObjectIdentityRetrievalStrategyInterface.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php b/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php
index b0f7f78..d5470ae 100644
--- a/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php
+++ b/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php
@@ -22,6 +22,7 @@ interface ObjectIdentityRetrievalStrategyInterface
* Retrieves the object identity from a domain object
*
* @param object $domainObject
+ *
* @return ObjectIdentityInterface
*/
public function getObjectIdentity($domainObject);