mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
🎨 PHP CS Fixer
This commit is contained in:
@@ -31,7 +31,7 @@ class ChoiceValueToLabelConverter extends AbstractConverter
|
||||
}
|
||||
|
||||
$aOptions = array_flip($this->oChoiceBlock->GetOption('choices'));
|
||||
if (!array_key_exists($oData, $aOptions) || is_null($aOptions[$oData]) ) {
|
||||
if (!array_key_exists($oData, $aOptions) || is_null($aOptions[$oData])) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user