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
1 changed files with 1 additions and 1 deletions

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