OutputPageBeforeHTML: Fix class of first parameter in docs

Its an OutputPage, not a ParserOutput

Change-Id: Icfff5e9f8f2254eec00368ec63b24a16e4746aed
This commit is contained in:
DannyS712 2020-02-27 05:01:10 +00:00
parent b8c4c66a52
commit 28671f69b4

View file

@ -2406,7 +2406,7 @@ $out: the OutputPage object
'OutputPageBeforeHTML': A page has been processed by the parser and the
resulting HTML is about to be displayed.
$parserOutput: the parserOutput (object) that corresponds to the page
$out: the OutputPage (object) that corresponds to the page
&$text: the text that will be displayed, in HTML (string)
'OutputPageBodyAttributes': Called when OutputPage::headElement is creating the