diff options
Diffstat (limited to 'Acl/Domain/ObjectIdentity.php')
-rw-r--r-- | Acl/Domain/ObjectIdentity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Domain/ObjectIdentity.php b/Acl/Domain/ObjectIdentity.php index e691689..a684c52 100644 --- a/Acl/Domain/ObjectIdentity.php +++ b/Acl/Domain/ObjectIdentity.php @@ -107,4 +107,4 @@ final class ObjectIdentity implements ObjectIdentityInterface { return sprintf('ObjectIdentity(%s, %s)', $this->identifier, $this->type); } -}
\ No newline at end of file +} |