mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
revise prototype for hook_enclosure_imported
This commit is contained in:
@@ -558,9 +558,9 @@ abstract class Plugin {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array<string,string> $enclosure
|
||||
* @param object $enclosure
|
||||
* @param int $feed
|
||||
* @return array<string,string> ($enclosure)
|
||||
* @return object ($enclosure)
|
||||
*/
|
||||
function hook_enclosure_imported($enclosure, $feed) {
|
||||
user_error("Dummy method invoked.", E_USER_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user