diff options
Diffstat (limited to 'app/Models/ActionController.php')
| -rw-r--r-- | app/Models/ActionController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/ActionController.php b/app/Models/ActionController.php index 27fdfa44d..072f1a3d6 100644 --- a/app/Models/ActionController.php +++ b/app/Models/ActionController.php @@ -5,6 +5,7 @@ abstract class FreshRSS_ActionController extends Minz_ActionController { /** * @var FreshRSS_View + * @phpstan-ignore property.phpDocType */ protected $view; |
