diff options
| author | 2024-08-14 21:54:34 +0200 | |
|---|---|---|
| committer | 2024-08-14 21:54:34 +0200 | |
| commit | 692e30465dd0b0dcd302eccc26af34148d17667b (patch) | |
| tree | 66cfac6834403ddc9d40e6cef27a9bb6ed848a2f /app/Models/Feed.php | |
| parent | 396d5cc7cacc5db19a787bb9740ae2bfc698babd (diff) | |
Update about running tests (#6709)
Diffstat (limited to 'app/Models/Feed.php')
| -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( |
