mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +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;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2025 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
@@ -27,4 +28,4 @@ class StringIOFormat extends AbstractIOFormat
|
||||
{
|
||||
return $this->sValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user