From d72da422de7f7ec02da99308d772dd4e2cac9c5f Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 24 Oct 2018 10:34:56 +0200 Subject: [PATCH] PHPDoc --- setup/extensionsmap.class.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/extensionsmap.class.inc.php b/setup/extensionsmap.class.inc.php index 12c44e241..7d95c23af 100644 --- a/setup/extensionsmap.class.inc.php +++ b/setup/extensionsmap.class.inc.php @@ -715,7 +715,8 @@ class iTopExtensionsMap } /** - * Get the list of signatures of some well-known multi-module extensions + * Get the list of signatures of some well-known multi-module extensions without extension.xml file (should not exist anymore) + * * @return string[][]|string[][][][] */ protected function GetOldExtensionsSignatures()