Files
FreshRSS/app/Models/ActionController.php
Luc SANCHEZ 4a02352ccc applies several small optimizations (#5511)
declare(strict_types=1);
Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
2023-10-30 20:40:13 +01:00

13 lines
181 B
PHP

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