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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php b/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php
index d5470ae..542066a 100644
--- a/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php
+++ b/Acl/Model/ObjectIdentityRetrievalStrategyInterface.php
@@ -12,14 +12,14 @@
namespace Symfony\Component\Security\Acl\Model;
/**
- * Retrieves the object identity for a given domain object
+ * Retrieves the object identity for a given domain object.
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/
interface ObjectIdentityRetrievalStrategyInterface
{
/**
- * Retrieves the object identity from a domain object
+ * Retrieves the object identity from a domain object.
*
* @param object $domainObject
*