From 324d926eb46f049b2a03743fc445ccceabd4dfb9 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 14 Nov 2021 22:16:16 +0000 Subject: [PATCH] Also fix the param signature for Plugin#hook_hotkey_info() --- classes/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/plugin.php b/classes/plugin.php index 1cfa5ecbe..40b821b8c 100644 --- a/classes/plugin.php +++ b/classes/plugin.php @@ -276,7 +276,7 @@ abstract class Plugin { } /** - * @param array $hotkeys + * @param array> $hotkeys * @return array> */ function hook_hotkey_info($hotkeys) {