mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-13 14:28:40 +00:00
make type hints easier to read
This commit is contained in:
parent
4d6185132a
commit
ad3aeca791
|
|
@ -15,9 +15,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
$tag = $this->getData('tag');
|
$tag = $this->getData('tag');
|
||||||
|
|
||||||
/**
|
/** @var \phpOMS\Views\View $this */
|
||||||
* @var \phpOMS\Views\View $this
|
|
||||||
*/
|
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,9 +20,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
$tags = $this->getData('tags');
|
$tags = $this->getData('tags');
|
||||||
|
|
||||||
/**
|
/** @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