From e8e9baecfb36c24ac337f57e3df08e928fa0240d Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 25 Jan 2016 15:50:45 +0100 Subject: [PATCH] Added type-hint for StartShowNoticeFormData hook Signed-off-by: Roland Haeder --- plugins/NoticeTitle/NoticeTitlePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/NoticeTitle/NoticeTitlePlugin.php b/plugins/NoticeTitle/NoticeTitlePlugin.php index 2dbaa35672..ee0475da74 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', -- 2.39.2