diff options
Diffstat (limited to 'app/Models/Entry.php')
| -rw-r--r-- | app/Models/Entry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index 791853aca..d208b07ec 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -55,7 +55,7 @@ class FreshRSS_Entry extends Minz_Model { $this->_guid($guid); } - /** @param array<string,mixed> $dao */ + /** @param array<string,string|int> $dao */ public static function fromArray(array $dao): FreshRSS_Entry { if (empty($dao['content'])) { $dao['content'] = ''; |
