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