Fix the return signature for Plugin#hook_hotkey_info()
This commit is contained in:
parent
8f749fe61b
commit
12f9df1066
|
@ -277,7 +277,7 @@ abstract class Plugin {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array<string,string> $hotkeys
|
* @param array<string,string> $hotkeys
|
||||||
* @return array<string,string>
|
* @return array<string, array<string, string>>
|
||||||
*/
|
*/
|
||||||
function hook_hotkey_info($hotkeys) {
|
function hook_hotkey_info($hotkeys) {
|
||||||
user_error("Dummy method invoked.", E_USER_ERROR);
|
user_error("Dummy method invoked.", E_USER_ERROR);
|
||||||
|
|
Loading…
Reference in New Issue