revise phpdoc annotations for hook_search()
This commit is contained in:
parent
41b4eef504
commit
edc7998851
|
@ -345,7 +345,7 @@ abstract class Plugin {
|
|||
|
||||
/**
|
||||
* @param string $query
|
||||
* @return array<string>
|
||||
* @return array<int, string|array<string>>
|
||||
*/
|
||||
function hook_search($query) {
|
||||
user_error("Dummy method invoked.", E_USER_ERROR);
|
||||
|
|
Loading…
Reference in New Issue