<?php declare(strict_types=1); class FreshRSS_ActionController extends Minz_ActionController { /** * @var FreshRSS_View */ protected $view; }