1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

Fix the return signature for Plugin#hook_hotkey_info()

This commit is contained in:
wn_
2021-11-14 22:11:27 +00:00
parent 8f749fe61b
commit 12f9df1066

View File

@@ -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);