From 1a3912f25a27c8d78aacbbee98f6056f4ad47f1a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 21 Dec 2025 19:26:08 +0100 Subject: Improve configuration checks (#8334) Add a distinction between recommended and required extensions. Add check for recommended php-intl extension as follow-up of https://github.com/FreshRSS/FreshRSS/pull/8329#issuecomment-3677686581 Improve related checks such as ZIP. Reduce duplicated translations and tests. --- app/Models/View.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Models/View.php') diff --git a/app/Models/View.php b/app/Models/View.php index d1d5d0d8e..6b44c0816 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -54,9 +54,9 @@ class FreshRSS_View extends Minz_View { // Updates public string $last_update_time; - /** @var array */ + /** @var array */ public array $status_files; - /** @var array */ + /** @var array */ public array $status_php; public bool $update_to_apply; /** @var array */ -- cgit v1.2.3