diff options
Diffstat (limited to 'app/Models/UserConfiguration.php')
| -rw-r--r-- | app/Models/UserConfiguration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/UserConfiguration.php b/app/Models/UserConfiguration.php index 05e36aae6..b51c2b632 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -34,7 +34,7 @@ declare(strict_types=1); * @property bool $lazyload * @property string $mail_login * @property bool $mark_updated_article_unread - * @property array<string,bool> $mark_when + * @property array<string,bool|int> $mark_when * @property int $max_posts_per_rss * @property-read array<string,int> $limits * @property int|null $old_entries |
