r63769 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63768‎ | r63769 | r63770 >
Date:13:40, 15 March 2010
Author:lhridley
Status:ok (Comments)
Tags:
Comment:
Fixed typo in documentation in Article.php
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -3843,6 +3843,7 @@
38443844 * Purge caches on page update etc
38453845 *
38463846 * @param $title Title object
 3847+ * @todo: verify that $title is always a Title object (and never false or null), add Title hint to parameter $title
38473848 */
38483849 public static function onArticleEdit( $title ) {
38493850 global $wgDeferredUpdateList;
@@ -4133,7 +4134,7 @@
41344135 /**
41354136 * Updates cascading protections
41364137 *
4137 - * @param $parserOutput mixedParseerOptions object, or boolean false
 4138+ * @param $parserOutput mixed ParseerOptions object, or boolean false
41384139 **/
41394140
41404141 protected function doCascadeProtectionUpdates( $parserOutput ) {

Comments

#Comment by Lhridley (talk | contribs)   14:06, 15 March 2010

Fixed in r63772

Status & tagging log