aboutsummaryrefslogtreecommitdiff
path: root/app/Models/ActionController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/ActionController.php')
-rw-r--r--app/Models/ActionController.php1
1 files changed, 1 insertions, 0 deletions
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;
}