typehint fixes

This commit is contained in:
Dennis Eichhorn 2020-02-13 18:54:21 +01:00
parent 30b55c38e3
commit d4313ad78d

View File

@ -13,7 +13,7 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this
* @var \Modules\Helper\Models\Template[] $templates * @var \Modules\Helper\Models\Template[] $templates
*/ */
$templates = $this->getData('reports'); $templates = $this->getData('reports');