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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user