make type hints easier to read

This commit is contained in:
Dennis Eichhorn 2020-06-08 22:41:12 +02:00
parent d499d7f845
commit cc727334e3
2 changed files with 2 additions and 6 deletions

View File

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

View File

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