r97208 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97207‎ | r97208 | r97209 >
Date:21:29, 15 September 2011
Author:platonides
Status:ok (Comments)
Tags:
Comment:
Remove @param for argument removed in r97206.
Modified paths:
  • /trunk/phase3/includes/WikiPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WikiPage.php
@@ -2561,7 +2561,6 @@
25622562
25632563 /**
25642564 * Get parser options suitable for rendering the primary article wikitext
2565 - * @param $canonical boolean Determines that the generated options must not depend on user preferences (see bug 14404)
25662565 * @return mixed ParserOptions object or boolean false
25672566 */
25682567 public function getParserOptions() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97206Follow up r89706, building up on r97091....platonides21:09, 15 September 2011

Comments

#Comment by Nikerabbit (talk | contribs)   05:10, 16 September 2011

Even better would be to document that the params have changed in version X, but it might not matter if this method is deprecated and going to be removed.

Status & tagging log