1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:35:55 +00:00

set some annotations on Plugin hook methods

This commit is contained in:
Andrew Dolgov
2021-11-13 20:07:13 +03:00
parent 5e34fe17a7
commit fe5ada7250
2 changed files with 19 additions and 2 deletions

View File

@@ -43,8 +43,8 @@ class Share extends Plugin {
print __("Article unshared");
}
/** @param int $id
*
/**
* @param string $id
* @return void */
function hook_prefs_tab_section($id) {
if ($id == "prefFeedsPublishedGenerated") {