mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-24 07:04:04 +00:00
Merge "Fix PageContentSaveComplete WikiPage typehint"
This commit is contained in:
commit
bf64c2ea19
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue