mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
💡 N°5090 Improve phpdoc using list array shape
This commit is contained in:
@@ -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<string, array<string>>
|
||||
* module id as key
|
||||
* another array as value, containing : 'module' with module info, 'dependencies' with missing dependencies
|
||||
*/
|
||||
public $aModulesInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user