diff options
author | Helmer Aaviksoo <helmer.aaviksoo@gmail.com> | 2011-10-07 11:15:35 +0300 |
---|---|---|
committer | Helmer Aaviksoo <helmer.aaviksoo@gmail.com> | 2011-10-07 11:15:35 +0300 |
commit | 6bfd7888e845d89b550d2c40b09b44312f327fa5 (patch) | |
tree | 894063a6507a0021b06842e75e68e7fd98ee539d /Acl/Domain/ObjectIdentity.php | |
parent | 323d5fe1c067338a5ebe99d97b91b8ab9f90218c (diff) | |
download | symfony-security-6bfd7888e845d89b550d2c40b09b44312f327fa5.zip symfony-security-6bfd7888e845d89b550d2c40b09b44312f327fa5.tar.gz symfony-security-6bfd7888e845d89b550d2c40b09b44312f327fa5.tar.bz2 |
Removed redundant "@return void"-s
Diffstat (limited to 'Acl/Domain/ObjectIdentity.php')
-rw-r--r-- | Acl/Domain/ObjectIdentity.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Acl/Domain/ObjectIdentity.php b/Acl/Domain/ObjectIdentity.php index 3bf1fe1..ee2fafc 100644 --- a/Acl/Domain/ObjectIdentity.php +++ b/Acl/Domain/ObjectIdentity.php @@ -30,7 +30,6 @@ final class ObjectIdentity implements ObjectIdentityInterface * * @param string $identifier * @param string $type - * @return void */ public function __construct($identifier, $type) { |