mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-26 21:38:41 +00:00
make type hints easier to read
This commit is contained in:
parent
a40bcc3dac
commit
849c2a13d7
|
|
@ -12,9 +12,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
/** @var \phpOMS\Views\View $this */
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-50 floatLeft">
|
||||
|
|
|
|||
|
|
@ -12,7 +12,5 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
/** @var \phpOMS\Views\View $this */
|
||||
echo $this->getData('nav')->render();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user