From: Roland Haeder Date: Mon, 25 Jan 2016 14:50:45 +0000 (+0100) Subject: Added type-hint for StartShowNoticeFormData hook X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c12bb0ab6a2dbfc36113e5d45114a7e1671ff018;p=quix0rs-gnu-social.git Added type-hint for StartShowNoticeFormData hook Signed-off-by: Roland Haeder --- diff --git a/plugins/NoticeTitle/NoticeTitlePlugin.php b/plugins/NoticeTitle/NoticeTitlePlugin.php index a3fb373f2e..c7544e97ac 100644 --- a/plugins/NoticeTitle/NoticeTitlePlugin.php +++ b/plugins/NoticeTitle/NoticeTitlePlugin.php @@ -105,7 +105,7 @@ class NoticeTitlePlugin extends Plugin * * @return boolean hook value */ - function onStartShowNoticeFormData($form) + function onStartShowNoticeFormData(Form $form) { if ($this->isAllowedRichEdit()) { $form->out->element('style',