diff options
author | Graham Campbell <graham@mineuk.com> | 2014-12-21 17:00:50 +0000 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-22 16:58:09 +0100 |
commit | a542abcf38b95de8e8f01f42b6127e7fffc645a8 (patch) | |
tree | c84aaf43e18f7fc448861b918a5785a117013fb6 /Acl/Domain/ObjectIdentity.php | |
parent | 3b1993579d11af545a1effd2cb3367665dd5a5fd (diff) | |
download | symfony-security-a542abcf38b95de8e8f01f42b6127e7fffc645a8.zip symfony-security-a542abcf38b95de8e8f01f42b6127e7fffc645a8.tar.gz symfony-security-a542abcf38b95de8e8f01f42b6127e7fffc645a8.tar.bz2 |
[2.3] CS And DocBlock Fixes
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 */ |