Make PHPCS happy

This commit is contained in:
Philipp Holzer 2022-11-07 20:32:55 +01:00
commit a81708091f
Signed by: nupplaPhil
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 = '';
}