Fix phpcs

This commit is contained in:
Laurent Destailleur 2018-10-30 15:28:11 +01:00
parent afe61579e8
commit 2b526f7469

View File

@ -634,7 +634,7 @@ if (empty($reshook))
$msg = $arraydefaultmessage->content;
}
if (empty($labeltouse) || (int)$labeltouse === -1) {
if (empty($labeltouse) || (int) $labeltouse === -1) {
//fallback on the old configuration.
setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
$error++;
@ -715,7 +715,7 @@ if (empty($reshook))
$msg = $arraydefaultmessage->content;
}
if (empty($labeltouse) || (int)$labeltouse === -1) {
if (empty($labeltouse) || (int) $labeltouse === -1) {
//fallback on the old configuration.
setEventMessages('WarningMandatorySetupNotComplete', [], 'errors');
$error++;