Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit fb346b5

Browse files
committed
Minor phpcs fixes
1 parent 4d93fe2 commit fb346b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Acl/Dbal/MutableAclProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public function updateAcl(MutableAclInterface $acl)
361361
protected function getDeleteAccessControlEntriesSql($oidPK)
362362
{
363363
return sprintf(
364-
'DELETE FROM %s WHERE object_identity_id = %d',
364+
'DELETE FROM %s WHERE object_identity_id = %d',
365365
$this->options['entry_table_name'],
366366
$oidPK
367367
);

0 commit comments

Comments
 (0)