diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-16 08:51:57 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-04-16 08:51:57 +0200 |
commit | 6c29ed759766479de35af52bcdda6e9e2a945b2d (patch) | |
tree | b1ce8b3fa1b14c0394ddd94b8bb30a43ce94b59f | |
parent | 3c065747901d8ba53056cb769cb1ef986e39c1d0 (diff) | |
download | symfony-security-6c29ed759766479de35af52bcdda6e9e2a945b2d.zip symfony-security-6c29ed759766479de35af52bcdda6e9e2a945b2d.tar.gz symfony-security-6c29ed759766479de35af52bcdda6e9e2a945b2d.tar.bz2 |
fixed types in phpdocs
-rw-r--r-- | Acl/Dbal/MutableAclProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Dbal/MutableAclProvider.php b/Acl/Dbal/MutableAclProvider.php index 7b0f4bc..6efe0ff 100644 --- a/Acl/Dbal/MutableAclProvider.php +++ b/Acl/Dbal/MutableAclProvider.php @@ -415,7 +415,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf * Constructs the SQL for inserting an ACE. * * @param int $classId - * @param int |null $objectIdentityId + * @param int|null $objectIdentityId * @param string|null $field * @param int $aceOrder * @param int $securityIdentityId |