make PHP CS happy?
This commit is contained in:
parent
78a8ed6fe7
commit
2da2ac6826
3 changed files with 19 additions and 17 deletions
|
@ -228,7 +228,9 @@ class API extends BaseModule
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$strAclContactAllow = $aclFormatter->toString($self);
|
$strAclContactAllow = $aclFormatter->toString($self);
|
||||||
$strAclGroupAllow = $strContactDeny = $strGroupDeny = '';
|
$strAclGroupAllow = '';
|
||||||
|
$strContactDeny = '';
|
||||||
|
$strGroupDeny = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$datarray = [
|
$datarray = [
|
||||||
|
|
|
@ -218,6 +218,7 @@ class Form extends BaseModule
|
||||||
'',
|
'',
|
||||||
true
|
true
|
||||||
),
|
),
|
||||||
|
|
||||||
'$n_text' => $this->t('Finish date/time is not known or not relevant'),
|
'$n_text' => $this->t('Finish date/time is not known or not relevant'),
|
||||||
'$n_checked' => $n_checked,
|
'$n_checked' => $n_checked,
|
||||||
'$f_text' => $this->t('Event Finishes:'),
|
'$f_text' => $this->t('Event Finishes:'),
|
||||||
|
@ -252,4 +253,3 @@ class Form extends BaseModule
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue