1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 13:25:57 +00:00

revise prototype for hook_enclosure_imported

This commit is contained in:
Andrew Dolgov
2021-11-14 23:03:25 +03:00
parent c3fbf56984
commit 56cf425e45

View File

@@ -558,9 +558,9 @@ abstract class Plugin {
} }
/** /**
* @param array<string,string> $enclosure * @param object $enclosure
* @param int $feed * @param int $feed
* @return array<string,string> ($enclosure) * @return object ($enclosure)
*/ */
function hook_enclosure_imported($enclosure, $feed) { function hook_enclosure_imported($enclosure, $feed) {
user_error("Dummy method invoked.", E_USER_ERROR); user_error("Dummy method invoked.", E_USER_ERROR);