mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
revise phpdoc annotations for hook_search()
This commit is contained in:
@@ -345,7 +345,7 @@ abstract class Plugin {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $query
|
* @param string $query
|
||||||
* @return array<string>
|
* @return array<int, string|array<string>>
|
||||||
*/
|
*/
|
||||||
function hook_search($query) {
|
function hook_search($query) {
|
||||||
user_error("Dummy method invoked.", E_USER_ERROR);
|
user_error("Dummy method invoked.", E_USER_ERROR);
|
||||||
|
|||||||
Reference in New Issue
Block a user