From b135202496909c3789ffe21f573105e1675fbff8 Mon Sep 17 00:00:00 2001 From: Timothee Date: Wed, 7 Jan 2026 17:02:42 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B09009=20Add=20phpunit=20test=20to=20GetSe?= =?UTF-8?q?lectedModules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/setuputils.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index 6378f4179..8c40c9a3c 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -2150,7 +2150,7 @@ class SetupInfo /** * Called by the setup process to initializes the list of selected modules. Do not call this method * from an 'auto_select' rule - * @param hash $aModules + * @param array $aModules * @return void */ public static function SetSelectedModules($aModules)