diff options
Diffstat (limited to 'app/Models')
| -rw-r--r-- | app/Models/Feed.php | 1 |
1 files changed, 0 insertions, 1 deletions
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( |
