typehint fixes

This commit is contained in:
Dennis Eichhorn 2020-02-13 18:54:21 +01:00
parent 7a82878028
commit caebd490a9

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
use Modules\News\Models\NewsType;
/**
* @var \phpOMS\Views\View $this
* @var \phpOMS\Views\View $this
* @var \Modules\News\Models\NewsArticle[] $newsList
*/
$newsList = $this->getData('news');