mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
deal with some warnings in plugins/trgm,readability and base plugin class
This commit is contained in:
@@ -20,7 +20,7 @@ abstract class Plugin {
|
||||
$this->pdo = Db::pdo();
|
||||
}
|
||||
|
||||
/** @return array<string,int> */
|
||||
/** @return array<string,bool> */
|
||||
function flags() {
|
||||
/* associative array, possible keys:
|
||||
needs_curl = boolean
|
||||
|
||||
Reference in New Issue
Block a user