Merge "Document ParserOutput::resetParseStartTime() contract a bit more"

This commit is contained in:
jenkins-bot 2024-10-07 20:08:22 +00:00 committed by Gerrit Code Review
commit 26b6bf6017

View file

@ -1753,6 +1753,9 @@ abstract class ContentHandler {
* @param Content $content
* @param ContentParseParams $cpoParams
* @param ParserOutput &$output The output object to fill (reference).
* Most implementations should modify the output object passed in here;
* if you choose to replace it with a fresh object instead,
* make sure you call {@link ParserOutput::resetParseStartTime()} on it.
*/
protected function fillParserOutput(
Content $content,