1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

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

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>> * @return array<string, array<string, string>>
*/ */
function hook_hotkey_info($hotkeys) { function hook_hotkey_info($hotkeys) {