Also fix the param signature for Plugin#hook_hotkey_info()
This commit is contained in:
parent
12f9df1066
commit
324d926eb4
|
@ -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>>
|
* @return array<string, array<string, string>>
|
||||||
*/
|
*/
|
||||||
function hook_hotkey_info($hotkeys) {
|
function hook_hotkey_info($hotkeys) {
|
||||||
|
|
Loading…
Reference in New Issue