From 743ca371bbd8c412c2cd4ded6a5a44544abc5a65 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 8 Apr 2023 17:37:42 +0200 Subject: PHPStan Level 6 for more files (#5275) Contributes to https://github.com/FreshRSS/FreshRSS/issues/4112 --- 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 28e6dbb35..e908bdfad 100644 --- a/app/Models/View.php +++ b/app/Models/View.php @@ -81,7 +81,7 @@ class FreshRSS_View extends Minz_View { public $size_user; // Display - /** @var array */ + /** @var array,'theme-color'?:string|array{'dark'?:string,'light'?:string,'default'?:string}}> */ public $themes; // Shortcuts -- cgit v1.2.3