summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-11-14 22:11:27 +0000
committerwn_ <[email protected]>2021-11-14 22:11:27 +0000
commit12f9df1066e4b22d5b748c4a9821106515948d75 (patch)
tree8805825a34f61c98c5571b1a0fedaaff9067233c
parent8f749fe61b038833069c4e2d0dec4749643b4371 (diff)
Fix the return signature for Plugin#hook_hotkey_info()
-rw-r--r--classes/plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/plugin.php b/classes/plugin.php
index 333f605ca..1cfa5ecbe 100644
--- a/classes/plugin.php
+++ b/classes/plugin.php
@@ -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);