Fix the return signature for Plugin#hook_hotkey_info()

This commit is contained in:
wn_ 2021-11-14 22:11:27 +00:00
parent 8f749fe61b
commit 12f9df1066
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ abstract class Plugin {
/**
* @param array<string,string> $hotkeys
* @return array<string,string>
* @return array<string, array<string, string>>
*/
function hook_hotkey_info($hotkeys) {
user_error("Dummy method invoked.", E_USER_ERROR);