docs: Update hook documentation for PageContentSaveComplete

The hook no longer takes null, as of 4860e1d5ac (I492514413ec9c37c2f9343bb207798fc8e24a5a9).

Change-Id: I31b7768ae5bd2389b59f2aca1c55ca962a75b509
This commit is contained in:
Umherirrender 2019-11-03 19:05:47 +01:00
parent 7e939eca45
commit 1feb04b741

View file

@ -2471,8 +2471,7 @@ $isMinor: Whether or not the edit was marked as minor
$isWatch: (No longer used)
$section: (No longer used)
$flags: Flags passed to WikiPage::doEditContent()
$revision: New Revision of the article (can be null for edits that change
nothing)
$revision: New Revision of the article
$status: Status object about to be returned by doEditContent()
$originalRevId: if the edit restores or repeats an earlier revision (such as a
rollback or a null revision), the ID of that earlier revision. False otherwise.