From 5368f38753a3e655ed3d7d7dfc7af2cc22de7980 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 10 Jan 2025 08:13:09 +0100 Subject: Reduce undeeded use of elvis operator ?: (#7204) --- app/Models/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/View.php') diff --git a/app/Models/View.php b/app/Models/View.php index 943c50055..dd616b888 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -24,7 +24,7 @@ class FreshRSS_View extends Minz_View { public int $nbUnreadTags; /** @var array where the key is the label ID */ public array $tags; - /** @var array */ + /** @var list */ public array $tagsForEntry; /** @var array> */ public array $tagsForEntries; -- cgit v1.2.3