mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°8763 Code style fix
This commit is contained in:
@@ -455,7 +455,7 @@ class iTopExtensionsMap
|
|||||||
public function GetAllExtensionsWithPreviouslyInstalled(): array
|
public function GetAllExtensionsWithPreviouslyInstalled(): array
|
||||||
{
|
{
|
||||||
//Mind the order, local extensions data must overwrite installed extensions data since installed extensions does not have the associated modules.
|
//Mind the order, local extensions data must overwrite installed extensions data since installed extensions does not have the associated modules.
|
||||||
return array_merge($this->aInstalledExtensions ?? [] , $this->aExtensions );
|
return array_merge($this->aInstalledExtensions ?? [], $this->aExtensions);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user