From 18ce8287fc372fd85c500c1f4c65b7cea7214e93 Mon Sep 17 00:00:00 2001 From: addshore Date: Fri, 8 Dec 2017 15:15:03 +0100 Subject: [PATCH] Fix PageContentSaveComplete WikiPage typehint Change-Id: Ib6b6b809e96f32ca460eac62f3295d71363405c6 --- SpamBlacklistHooks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpamBlacklistHooks.php b/SpamBlacklistHooks.php index ebd4607c..bc4e4205 100644 --- a/SpamBlacklistHooks.php +++ b/SpamBlacklistHooks.php @@ -145,7 +145,7 @@ class SpamBlacklistHooks { * Hook function for PageContentSaveComplete * Clear local spam blacklist caches on page save. * - * @param Page $wikiPage + * @param WikiPage $wikiPage * @param User $user * @param Content $content * @param string $summary @@ -160,7 +160,7 @@ class SpamBlacklistHooks { * @return bool */ static function pageSaveContent( - Page $wikiPage, + WikiPage $wikiPage, User $user, Content $content, $summary,