From ecd956c73608a699a8ebd177c68c740c4ca20af7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 20 Apr 2023 00:55:10 +0200 Subject: PHPStan 7 configureController (#5318) And fix bugs for saving user queries --- lib/lib_rss.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/lib_rss.php') diff --git a/lib/lib_rss.php b/lib/lib_rss.php index d4dd1635d..de9ca421e 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -793,8 +793,8 @@ function recursive_unlink(string $dir): bool { /** * Remove queries where $get is appearing. * @param string $get the get attribute which should be removed. - * @param array> $queries an array of queries. - * @return array> without queries where $get is appearing. + * @param array> $queries an array of queries. + * @return array> without queries where $get is appearing. */ function remove_query_by_get(string $get, array $queries): array { $final_queries = array(); -- cgit v1.2.3