Add type hint for ParserOutput
authorFomafix <fomafix@googlemail.com>
Fri, 27 Jul 2018 20:20:39 +0000 (22:20 +0200)
committerFomafix <fomafix@googlemail.com>
Mon, 30 Jul 2018 07:23:59 +0000 (09:23 +0200)
commit6a022c8d2038a490ed8ee262be8043bcf40fc4e1
treeee98377339b2eda6fd33d55244037dc06cbde64f
parente8efad4669679f5845d3837558043fe1cd4e7833
Add type hint for ParserOutput

EditPage::getPreviewLimitReport is called by EditPage::showEditForm
with $output = null. Specify this in the @param tag and allow this by a
default value.

Change-Id: Iec8905aab736a1f254a57853c7cab935d008653e
includes/EditPage.php
includes/OutputPage.php
includes/page/Article.php
includes/parser/ParserCache.php