make type hints easier to read

This commit is contained in:
Dennis Eichhorn 2020-06-08 22:41:37 +02:00
parent fe7bc29cd2
commit be9ec0e894

View File

@ -17,9 +17,7 @@ use phpOMS\Views\ViewAbstract;
/** @var \Modules\Auditor\Models\Audit $audit */
$audit = $this->getData('audit');
/**
* @var \phpOMS\Views\View $this
*/
/** @var \phpOMS\Views\View $this */
echo $this->getData('nav')->render();
?>