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/Models/UserConfiguration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/UserConfiguration.php') diff --git a/app/Models/UserConfiguration.php b/app/Models/UserConfiguration.php index 173ab78b9..30095af34 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -39,7 +39,7 @@ * @property bool $onread_jump_next * @property string $passwordHash * @property int $posts_per_page - * @property array> $queries + * @property array $queries * @property bool $reading_confirm * @property int $since_hours_posts_per_rss * @property bool $show_fav_unread -- cgit v1.2.3