From efcc8f387bb44901e0e3e284b7aa225e684549fd Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 15 Apr 2023 22:04:37 +0200 Subject: PHPStan level 6 for remaining DAO classes (#5299) * PHPStan level 6 FreshRSS_CategoryDAO Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5298 Contributes to https://github.com/FreshRSS/FreshRSS/issues/4112 * PHPStan Level 6 for FeedDAO and a bit more * PHPStan Level 6 for tagDAO --- app/Models/Entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/Entry.php') 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 $dao */ + /** @param array $dao */ public static function fromArray(array $dao): FreshRSS_Entry { if (empty($dao['content'])) { $dao['content'] = ''; -- cgit v1.2.3