From 4a0e8a70580c96ec2aeed2cf44bd79bc302676f8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 18 Jan 2024 10:12:53 +0100 Subject: Native array return type forgotten (#6046) Native type forgotten from https://github.com/FreshRSS/FreshRSS/pull/5269 https://github.com/FreshRSS/FreshRSS/pull/5213 --- app/Models/CategoryDAO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/CategoryDAO.php') diff --git a/app/Models/CategoryDAO.php b/app/Models/CategoryDAO.php index 020a5e2e2..8ea8090b8 100644 --- a/app/Models/CategoryDAO.php +++ b/app/Models/CategoryDAO.php @@ -428,7 +428,7 @@ SQL; * 'error'?:int|bool,'cache_nbEntries'?:int,'cache_nbUnreads'?:int,'ttl'?:int}> $listDAO * @return array */ - private static function daoToCategoryPrepopulated(array $listDAO) { + private static function daoToCategoryPrepopulated(array $listDAO): array { $list = []; $previousLine = []; $feedsDao = []; -- cgit v1.2.3