mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:25:55 +00:00
db: add type hints
This commit is contained in:
@@ -111,7 +111,7 @@ class PluginHost {
|
||||
return Db::get();
|
||||
}
|
||||
|
||||
function get_pdo() {
|
||||
function get_pdo(): PDO {
|
||||
return $this->pdo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user