From e02d9f3f0e9fdecb0510c7499fd4e77f6972ccaf Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 15 Apr 2022 17:43:20 +0200 Subject: [PATCH] =?UTF-8?q?:bulb:=20N=C2=B05090=20Improve=20phpdoc=20using?= =?UTF-8?q?=20list=20array=20shape?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/modulediscovery.class.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/modulediscovery.class.inc.php b/setup/modulediscovery.class.inc.php index aaffe7c49..dc22780e7 100644 --- a/setup/modulediscovery.class.inc.php +++ b/setup/modulediscovery.class.inc.php @@ -23,8 +23,9 @@ class MissingDependencyException extends CoreException { /** * @see \ModuleDiscovery::OrderModulesByDependencies property init - * @var array module id as key - * another array as value, containing : 'module' with module info, 'dependencies' with missing dependencies + * @var array> + * module id as key + * another array as value, containing : 'module' with module info, 'dependencies' with missing dependencies */ public $aModulesInfo;