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

revise phpdoc annotations for hook_search()

This commit is contained in:
Andrew Dolgov
2021-11-15 06:53:55 +03:00
parent 41b4eef504
commit edc7998851

View File

@@ -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);