8000 Minor phpcs fixes · symfony/security-acl@a859938 · GitHub
[go: up one dir, main page]

Skip to content

Commit a859938

Browse files
committed
Minor phpcs fixes
1 parent 577083f commit a859938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0