Also fix the param signature for Plugin#hook_hotkey_info()

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

View File

@ -276,7 +276,7 @@ abstract class Plugin {
}
/**
* @param array<string,string> $hotkeys
* @param array<string, array<string, string>> $hotkeys
* @return array<string, array<string, string>>
*/
function hook_hotkey_info($hotkeys) {