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=17794f31727cd2e9be229d51cf81519a292b042d;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 f43d5225c3..6f3553678e 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);