mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-19 14:10:13 +02:00
Becasue of too many kittens PSR-5 backed off of deprecating @var. So that's the way we go too.
7 lines
229 B
PHTML
7 lines
229 B
PHTML
<div class="controls">
|
|
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
|
|
</div>
|
|
<div class="content">
|
|
<?= /** @var \Icinga\Module\Doc\Renderer\DocSectionRenderer $section */ $section ?>
|
|
</div>
|