r90087 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90086‎ | r90087 | r90088 >
Date:21:10, 14 June 2011
Author:brion
Status:ok (Comments)
Tags:
Comment:
Fix one bad doc comment entry from r86848
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -43,7 +43,7 @@
4444 var $mRedirectTarget = null;
4545
4646 /**
47 - * @var Title
 47+ * @var mixed: boolean false or URL string
4848 */
4949 var $mRedirectUrl = false; // !<
5050 var $mRevIdFetched = 0; // !<

Follow-up revisions

RevisionCommit summaryAuthorDate
r92348MFT to REL1_18:...hashar08:57, 16 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86848Documentation, type-hinting and deprecated functions in Article.php.happy-melon11:59, 25 April 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   21:11, 14 June 2011

per 1.18 code review -- needs merge to 1.18

#Comment by 😂 (talk | contribs)   22:54, 14 June 2011

Doc fix needs merging?

Status & tagging log