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 ce6f0149d..b3e4daafe 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -52,7 +52,7 @@ declare(strict_types=1); * @property bool $show_nav_buttons * @property 'ASC'|'DESC' $sort_order * @property 'id'|'date'|'link'|'title'|'rand' $sort - * @property array<string,array<string,string>> $sharing + * @property array<int,array<string,string>> $sharing * @property array<string,string> $shortcuts * @property bool $sides_close_article * @property bool $sticky_post |
