make PHP CS happy?
This commit is contained in:
@@ -228,7 +228,9 @@ class API extends BaseModule
|
||||
}
|
||||
} else {
|
||||
$strAclContactAllow = $aclFormatter->toString($self);
|
||||
$strAclGroupAllow = $strContactDeny = $strGroupDeny = '';
|
||||
$strAclGroupAllow = '';
|
||||
$strContactDeny = '';
|
||||
$strGroupDeny = '';
|
||||
}
|
||||
|
||||
$datarray = [
|
||||
|
||||
@@ -218,6 +218,7 @@ class Form extends BaseModule
|
||||
'',
|
||||
true
|
||||
),
|
||||
|
||||
'$n_text' => $this->t('Finish date/time is not known or not relevant'),
|
||||
'$n_checked' => $n_checked,
|
||||
'$f_text' => $this->t('Event Finishes:'),
|
||||
@@ -252,4 +253,3 @@ class Form extends BaseModule
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user