mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Becasue of too many kittens PSR-5 backed off of deprecating @var. So that's the way we go too.
6 lines
246 B
PHTML
6 lines
246 B
PHTML
<div class="content">
|
|
<h1><?= /** @var string $title */ $title ?></h1>
|
|
<?= /** @var \Icinga\Module\Doc\Renderer\DocTocRenderer $toc */ $toc ?>
|
|
<?= /** @var \Icinga\Module\Doc\Renderer\DocSectionRenderer $section */ $section ?>
|
|
</div>
|