lib: Fix type hint for $tabs in Module

This commit is contained in:
Eric Lippmann 2015-08-20 16:58:24 +02:00
parent 800173b19f
commit 9aa62c9898
1 changed files with 1 additions and 0 deletions

View File

@ -770,6 +770,7 @@ class Module
{
$this->launchConfigScript();
$tabs = Widget::create('tabs');
/** @var \Icinga\Web\Widget\Tabs $tabs */
$tabs->add('info', array(
'url' => 'config/module',
'urlParams' => array('name' => $this->getName()),