diff options
Diffstat (limited to 'classes/Pref_Prefs.php')
| -rw-r--r-- | classes/Pref_Prefs.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Pref_Prefs.php b/classes/Pref_Prefs.php index 2697ed6e9..c50e61016 100644 --- a/classes/Pref_Prefs.php +++ b/classes/Pref_Prefs.php @@ -1302,6 +1302,7 @@ class Pref_Prefs extends Handler_Protected { // $content = json_decode(UrlHelper::fetch(['url' => 'https://tt-rss.org/plugins.json']), true); $content = false; + /** @phpstan-ignore if.alwaysFalse (intentionally disabling for now) */ if ($content) { return $content; } |