From 028767768c0a61d2c3e427c71a763b9fcbd1a23d Mon Sep 17 00:00:00 2001 From: Timothee Date: Tue, 9 Dec 2025 16:04:50 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B08763=20Code=20style=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/extensionsmap.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/extensionsmap.class.inc.php b/setup/extensionsmap.class.inc.php index a03cdfb2b..134812d81 100644 --- a/setup/extensionsmap.class.inc.php +++ b/setup/extensionsmap.class.inc.php @@ -455,7 +455,7 @@ class iTopExtensionsMap public function GetAllExtensionsWithPreviouslyInstalled(): array { //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); } /**