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
1 changed files with 2 additions and 2 deletions

View File

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