mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-10 01:30:11 +02:00
Becasue of too many kittens PSR-5 backed off of deprecating @var. So that's the way we go too.
8 lines
270 B
PHTML
8 lines
270 B
PHTML
<div class="controls">
|
|
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
|
|
<h1><?= /** @var string $title */ $title ?></h1>
|
|
</div>
|
|
<div class="content">
|
|
<?= /** @var \Icinga\Module\Doc\Renderer\DocTocRenderer $toc */ $toc ?>
|
|
</div>
|