diff options
Diffstat (limited to 'app/Models/View.php')
| -rw-r--r-- | app/Models/View.php | 4 |
1 files changed, 2 insertions, 2 deletions
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<string,bool> */ + /** @var array<string,'ok'|'ko'|'warn'> */ public array $status_files; - /** @var array<string,bool> */ + /** @var array<string,'ok'|'ko'|'warn'> */ public array $status_php; public bool $update_to_apply; /** @var array<string,bool> */ |
