From 692e30465dd0b0dcd302eccc26af34148d17667b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 14 Aug 2024 21:54:34 +0200 Subject: Update about running tests (#6709) --- app/Models/Feed.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app') diff --git a/app/Models/Feed.php b/app/Models/Feed.php index 731f82d14..5f9212b41 100644 --- a/app/Models/Feed.php +++ b/app/Models/Feed.php @@ -350,7 +350,6 @@ class FreshRSS_Feed extends Minz_Model { if ($this->url != '') { /** * @throws Minz_FileNotExistException - * @phpstan-ignore if.alwaysFalse */ if (CACHE_PATH == '') { throw new Minz_FileNotExistException( -- cgit v1.2.3