From 0a38aa7456ccb2875aac5dc20a6f15d3956bb93a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 3 May 2023 00:37:04 +0200 Subject: Automatic trusted_sources during install (#5358) * Automatic trusted_sources during install Fix https://github.com/FreshRSS/FreshRSS/issues/5357 * Fix install for http_auth * Update lib/lib_rss.php Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> * Fill null exception e-mail * Revert some syntax * Minor parentheses --- app/Models/SystemConfiguration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Models/SystemConfiguration.php') diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php index 2f68a4fe9..6cb3569f1 100644 --- a/app/Models/SystemConfiguration.php +++ b/app/Models/SystemConfiguration.php @@ -7,7 +7,7 @@ * @property-read bool $allow_robots * @property bool $api_enabled * @property string $archiving - * @property string $auth_type + * @property 'form'|'http_auth'|'none' $auth_type * @property string $auto_update_url * @property-read array $curl_options * @property string $default_user @@ -23,7 +23,7 @@ * @property-read string $salt * @property-read bool $simplepie_syslog_enabled * @property bool $unsafe_autologin_enabled - * @property-read array $trusted_sources + * @property array $trusted_sources */ final class FreshRSS_SystemConfiguration extends Minz_Configuration { -- cgit v1.2.3