diff options
Diffstat (limited to 'app/Models/StatsDAO.php')
| -rw-r--r-- | app/Models/StatsDAO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/StatsDAO.php b/app/Models/StatsDAO.php index 6331e24f2..c9753cf2c 100644 --- a/app/Models/StatsDAO.php +++ b/app/Models/StatsDAO.php @@ -31,7 +31,7 @@ class FreshRSS_StatsDAO extends Minz_ModelPdo { * * @return array{'total':int,'count_unreads':int,'count_reads':int,'count_favorites':int}|false */ - public function calculateEntryRepartitionPerFeed(?int $feed = null, bool $only_main = false) { + public function calculateEntryRepartitionPerFeed(?int $feed = null, bool $only_main = false): array|false { $filter = ''; if ($only_main) { $filter .= 'AND f.priority = 10'; |
