diff options
Diffstat (limited to 'Acl/Domain/ObjectIdentity.php')
-rw-r--r-- | Acl/Domain/ObjectIdentity.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Acl/Domain/ObjectIdentity.php b/Acl/Domain/ObjectIdentity.php index 1111089..907b1d8 100644 --- a/Acl/Domain/ObjectIdentity.php +++ b/Acl/Domain/ObjectIdentity.php @@ -17,7 +17,7 @@ use Symfony\Component\Security\Acl\Model\DomainObjectInterface; use Symfony\Component\Security\Acl\Model\ObjectIdentityInterface; /** - * ObjectIdentity implementation + * ObjectIdentity implementation. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ @@ -48,7 +48,7 @@ final class ObjectIdentity implements ObjectIdentityInterface } /** - * Constructs an ObjectIdentity for the given domain object + * Constructs an ObjectIdentity for the given domain object. * * @param object $domainObject * @@ -103,7 +103,7 @@ final class ObjectIdentity implements ObjectIdentityInterface } /** - * Returns a textual representation of this object identity + * Returns a textual representation of this object identity. * * @return string */ |