Fix Modules\Manager::getLoadedModules() PHPDoc
This commit is contained in:
parent
0124a33037
commit
e5091ec835
|
@ -372,10 +372,9 @@ class Manager
|
|||
}
|
||||
|
||||
/**
|
||||
* Return an array containing all loaded modules
|
||||
* Get the currently loaded modules
|
||||
*
|
||||
* @return array
|
||||
* @see Module
|
||||
* @return Module[]
|
||||
*/
|
||||
public function getLoadedModules()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue