mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
lib: Fix type hint for $tabs in Module
This commit is contained in:
parent
800173b19f
commit
9aa62c9898
@ -770,6 +770,7 @@ class Module
|
|||||||
{
|
{
|
||||||
$this->launchConfigScript();
|
$this->launchConfigScript();
|
||||||
$tabs = Widget::create('tabs');
|
$tabs = Widget::create('tabs');
|
||||||
|
/** @var \Icinga\Web\Widget\Tabs $tabs */
|
||||||
$tabs->add('info', array(
|
$tabs->add('info', array(
|
||||||
'url' => 'config/module',
|
'url' => 'config/module',
|
||||||
'urlParams' => array('name' => $this->getName()),
|
'urlParams' => array('name' => $this->getName()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user