Merge "Fix PageContentSaveComplete WikiPage typehint"

This commit is contained in:
jenkins-bot 2017-12-08 19:17:49 +00:00 committed by Gerrit Code Review
commit bf64c2ea19

View file

@ -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,