mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
no need to duplicate annotations
This commit is contained in:
@@ -12,7 +12,7 @@ abstract class Plugin {
|
||||
* */
|
||||
abstract function init($host);
|
||||
|
||||
/** @return array<float|string|bool> */
|
||||
/** @return array<null|float|string|bool> */
|
||||
abstract function about();
|
||||
// return array(1.0, "plugin", "No description", "No author", false);
|
||||
|
||||
@@ -49,6 +49,11 @@ abstract class Plugin {
|
||||
return "";
|
||||
}
|
||||
|
||||
/** @return string */
|
||||
function get_css() {
|
||||
return "";
|
||||
}
|
||||
|
||||
/** @return string */
|
||||
function get_prefs_js() {
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user