From 2d17c020b6695d47debda065804db4e2d2f92e55 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 15 May 2024 08:57:58 +0200 Subject: PHPStan 1.11 + minor update dev dependencies (#6459) * PHPStan 1.11 + minor update dev dependencies https://github.com/phpstan/phpstan/releases/tag/1.11.0 * Comment style --- app/Models/Feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/Feed.php') diff --git a/app/Models/Feed.php b/app/Models/Feed.php index efee3840f..5450d78c6 100644 --- a/app/Models/Feed.php +++ b/app/Models/Feed.php @@ -349,8 +349,8 @@ class FreshRSS_Feed extends Minz_Model { public function load(bool $loadDetails = false, bool $noCache = false): ?SimplePie { if ($this->url != '') { /** - * @phpstan-ignore-next-line * @throws Minz_FileNotExistException + * @phpstan-ignore if.alwaysFalse */ if (CACHE_PATH == '') { throw new Minz_FileNotExistException( -- cgit v1.2.3