mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 22:35:55 +00:00
Fix the return signature for Plugin#hook_hotkey_info()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user