From ad3aeca791fefbb1da46c85bdccb3f1437446dae Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 8 Jun 2020 22:43:28 +0200 Subject: [PATCH] make type hints easier to read --- Theme/Backend/qa-tag-edit.tpl.php | 4 +--- Theme/Backend/qa-tag-list.tpl.php | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Theme/Backend/qa-tag-edit.tpl.php b/Theme/Backend/qa-tag-edit.tpl.php index be3fc48..b2fc4a1 100644 --- a/Theme/Backend/qa-tag-edit.tpl.php +++ b/Theme/Backend/qa-tag-edit.tpl.php @@ -15,9 +15,7 @@ declare(strict_types=1); $tag = $this->getData('tag'); -/** - * @var \phpOMS\Views\View $this - */ +/** @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?> diff --git a/Theme/Backend/qa-tag-list.tpl.php b/Theme/Backend/qa-tag-list.tpl.php index 5983d2f..b3b7b64 100644 --- a/Theme/Backend/qa-tag-list.tpl.php +++ b/Theme/Backend/qa-tag-list.tpl.php @@ -20,9 +20,7 @@ declare(strict_types=1); $tags = $this->getData('tags'); -/** - * @var \phpOMS\Views\View $this - */ +/** @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?>