lib: Fix type hint for $menuItems in Module
This commit is contained in:
parent
9aa62c9898
commit
5da139943c
|
@ -188,7 +188,7 @@ class Module
|
|||
/**
|
||||
* A set of menu elements
|
||||
*
|
||||
* @var array
|
||||
* @var Menu[]
|
||||
*/
|
||||
protected $menuItems = array();
|
||||
|
||||
|
|
Loading…
Reference in New Issue