From 6e2f2f1c1e98ecd86aa89c6547beb742d7385d18 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 11 May 2023 13:02:04 +0200 Subject: A few additional PHPStan rules (#5388) A subset of https://github.com/phpstan/phpstan-strict-rules --- app/Models/ActionController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/ActionController.php') diff --git a/app/Models/ActionController.php b/app/Models/ActionController.php index 2e0aaa730..69548feb3 100644 --- a/app/Models/ActionController.php +++ b/app/Models/ActionController.php @@ -4,6 +4,7 @@ class FreshRSS_ActionController extends Minz_ActionController { /** * @var FreshRSS_View + * @phpstan-ignore-next-line */ protected $view; } -- cgit v1.2.3