From 2208974c00d33cea59fc01c2c5b361765457822f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 20 Apr 2023 09:14:58 +0200 Subject: PHPStan Level 7 for FreshRSS_UserQuery (#5319) Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5318 --- app/Controllers/configureController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/configureController.php') diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index 76675f545..7611d93b2 100644 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -294,7 +294,7 @@ class FreshRSS_configure_Controller extends FreshRSS_ActionController { $tag_dao = FreshRSS_Factory::createTagDao(); if (Minz_Request::isPost()) { - /** @var array> $params */ + /** @var array $params */ $params = Minz_Request::paramArray('queries'); $queries = []; -- cgit v1.2.3