Code cleanup
This commit is contained in:
@@ -50,7 +50,7 @@ class ConfigurationService
|
||||
$config = [];
|
||||
foreach (explode(';', $configArray[$itemName]['value']) as $item)
|
||||
{
|
||||
list ($value, $label) = explode(':', $item);
|
||||
[ $value, $label ] = explode(':', $item);
|
||||
$config[$value] = $label;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user