Make PHPCS happy

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