💡 N°5090 Improve phpdoc using list array shape

This commit is contained in:
Pierre Goiffon
2022-04-15 17:43:20 +02:00
parent e831d66b76
commit e02d9f3f0e

View File

@@ -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;