mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-14 12:58:40 +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);
|
declare(strict_types=1);
|
||||||
|
|
||||||
/**
|
/** @var \phpOMS\Views\View $this */
|
||||||
* @var \phpOMS\Views\View $this
|
|
||||||
*/
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-50 floatLeft">
|
<section class="box w-50 floatLeft">
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,5 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
/**
|
/** @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