diff options
Diffstat (limited to 'Acl/Dbal/MutableAclProvider.php')
-rw-r--r-- | Acl/Dbal/MutableAclProvider.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Acl/Dbal/MutableAclProvider.php b/Acl/Dbal/MutableAclProvider.php index 482f443..ae86060 100644 --- a/Acl/Dbal/MutableAclProvider.php +++ b/Acl/Dbal/MutableAclProvider.php @@ -673,7 +673,7 @@ QUERY; * If the type does not yet exist in the database, it will be created. * * @param string $classType - * @return integer + * @return int */ private function createOrRetrieveClassId($classType) { @@ -693,7 +693,7 @@ QUERY; * created. * * @param SecurityIdentityInterface $sid - * @return integer + * @return int */ private function createOrRetrieveSecurityIdentityId(SecurityIdentityInterface $sid) { |