mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:55:55 +00:00
plugin base: add type hint to init(host)
This commit is contained in:
@@ -5,6 +5,7 @@ abstract class Plugin {
|
||||
/** @var PDO */
|
||||
protected $pdo;
|
||||
|
||||
/* @var PluginHost $host */
|
||||
abstract function init($host);
|
||||
|
||||
abstract function about();
|
||||
|
||||
Reference in New Issue
Block a user