make type hints easier to read

This commit is contained in:
Dennis Eichhorn 2020-06-08 22:43:28 +02:00
parent 13da1b9495
commit e1d290c540

View File

@ -13,9 +13,7 @@
declare(strict_types=1);
/**
* @var \phpOMS\Views\View $this
*/
/** @var \phpOMS\Views\View $this */
echo $this->getData('nav')->render(); ?>
<div class="row">