mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-15 21:18:41 +00:00
make type hints easier to read
This commit is contained in:
parent
fe7bc29cd2
commit
be9ec0e894
|
|
@ -17,9 +17,7 @@ use phpOMS\Views\ViewAbstract;
|
||||||
/** @var \Modules\Auditor\Models\Audit $audit */
|
/** @var \Modules\Auditor\Models\Audit $audit */
|
||||||
$audit = $this->getData('audit');
|
$audit = $this->getData('audit');
|
||||||
|
|
||||||
/**
|
/** @var \phpOMS\Views\View $this */
|
||||||
* @var \phpOMS\Views\View $this
|
|
||||||
*/
|
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user