Make PHPCS happy

This commit is contained in:
Philipp 2022-11-07 20:32:55 +01:00
parent a6b09529fd
commit a81708091f
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 9 additions and 7 deletions

View file

@ -228,8 +228,8 @@ class API extends BaseModule
}
} else {
$strAclContactAllow = $aclFormatter->toString($self);
$strAclGroupAllow = '';
$strContactDeny = '';
$strAclGroupAllow = '';
$strContactDeny = '';
$strGroupDeny = '';
}