diff options
Diffstat (limited to 'app/Models/EntryDAO.php')
| -rw-r--r-- | app/Models/EntryDAO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/EntryDAO.php b/app/Models/EntryDAO.php index 6fa673f22..9f24beb7c 100644 --- a/app/Models/EntryDAO.php +++ b/app/Models/EntryDAO.php @@ -700,7 +700,7 @@ SQL; } } - /** @return iterator<array<string,mixed>> */ + /** @return iterator<array<string,string|int>> */ public function selectAll() { $sql = 'SELECT id, guid, title, author, ' . (static::isCompressed() ? 'UNCOMPRESS(content_bin) AS content' : 'content') |
