From ad4c54c6473fd69b02e59c5f64a6e4b88351921e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 12 Feb 2020 19:53:07 +0100 Subject: [PATCH] improve docblocks --- Theme/Backend/help-module-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/help-module-list.tpl.php b/Theme/Backend/help-module-list.tpl.php index e477cc0..9a20a5a 100644 --- a/Theme/Backend/help-module-list.tpl.php +++ b/Theme/Backend/help-module-list.tpl.php @@ -13,7 +13,7 @@ declare(strict_types=1); /** - * @var \phpOMS\Views\View $this + * @var \phpOMS\Views\View $this * @var \phpOMS\Module\InfoManager[] $modules */ $modules = $this->getData('modules');