From 76cbfadcdfdcbf675b83f6162a229938aca3bbe1 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 24 Nov 2023 14:50:03 +0100 Subject: Fix types for extensions (#5901) * Fix types for extensions To accompany https://github.com/FreshRSS/Extensions/pull/185 * Avoid bug redeclared function --- app/Models/ActionController.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Models/ActionController.php') diff --git a/app/Models/ActionController.php b/app/Models/ActionController.php index a840ccc6d..69ee72b52 100644 --- a/app/Models/ActionController.php +++ b/app/Models/ActionController.php @@ -5,7 +5,6 @@ class FreshRSS_ActionController extends Minz_ActionController { /** * @var FreshRSS_View - * @phpstan-ignore-next-line */ protected $view; } -- cgit v1.2.3