docs: Update hook documentation for PageContentSaveComplete
The hook no longer takes null, as of 4860e1d5ac (I492514413ec9c37c2f9343bb207798fc8e24a5a9).
Change-Id: I31b7768ae5bd2389b59f2aca1c55ca962a75b509
This commit is contained in:
parent
7e939eca45
commit
1feb04b741
1 changed files with 1 additions and 2 deletions
|
|
@ -2471,8 +2471,7 @@ $isMinor: Whether or not the edit was marked as minor
|
||||||
$isWatch: (No longer used)
|
$isWatch: (No longer used)
|
||||||
$section: (No longer used)
|
$section: (No longer used)
|
||||||
$flags: Flags passed to WikiPage::doEditContent()
|
$flags: Flags passed to WikiPage::doEditContent()
|
||||||
$revision: New Revision of the article (can be null for edits that change
|
$revision: New Revision of the article
|
||||||
nothing)
|
|
||||||
$status: Status object about to be returned by doEditContent()
|
$status: Status object about to be returned by doEditContent()
|
||||||
$originalRevId: if the edit restores or repeats an earlier revision (such as a
|
$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.
|
rollback or a null revision), the ID of that earlier revision. False otherwise.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue