From: Roland Haeder Date: Mon, 25 Jan 2016 14:48:20 +0000 (+0100) Subject: Added missing type-hints for EndRssEntryArray hooks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0f1ba9a86cb58758b96cfbe043f14b68e58ad8c5;p=quix0rs-gnu-social.git Added missing type-hints for EndRssEntryArray hooks. Signed-off-by: Roland Haeder --- diff --git a/plugins/NoticeTitle/NoticeTitlePlugin.php b/plugins/NoticeTitle/NoticeTitlePlugin.php index e512cf5abe..7d5745f945 100644 --- a/plugins/NoticeTitle/NoticeTitlePlugin.php +++ b/plugins/NoticeTitle/NoticeTitlePlugin.php @@ -203,7 +203,7 @@ class NoticeTitlePlugin extends Plugin * * @return boolean hook value */ - function onEndRssEntryArray($notice, &$entry) + function onEndRssEntryArray(Notice $notice, array &$entry) { $title = Notice_title::fromNotice($notice);