lib: Fix type hint for $menuItems in Module

This commit is contained in:
Eric Lippmann 2015-08-20 16:59:02 +02:00
parent 9aa62c9898
commit 5da139943c
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class Module
/**
* A set of menu elements
*
* @var array
* @var Menu[]
*/
protected $menuItems = array();