mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
fix several issues reported by phpstan
This commit is contained in:
@@ -108,8 +108,9 @@ class PluginHost {
|
||||
return false;
|
||||
}
|
||||
|
||||
// needed for compatibility with API 2 (?)
|
||||
function get_dbh() {
|
||||
return Db::get();
|
||||
return false;
|
||||
}
|
||||
|
||||
function get_pdo(): PDO {
|
||||
|
||||
Reference in New Issue
Block a user