r111400 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111399‎ | r111400 | r111401 >
Date:19:13, 13 February 2012
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix doc
Modified paths:
  • /trunk/phase3/includes/Revision.php (modified) (history)
  • /trunk/phase3/includes/WikiPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Revision.php
@@ -501,7 +501,7 @@
502502 /**
503503 * Get parent revision ID (the original previous page revision)
504504 *
505 - * @return Integer
 505+ * @return Integer|null
506506 */
507507 public function getParentId() {
508508 return $this->mParentId;
Index: trunk/phase3/includes/WikiPage.php
@@ -445,6 +445,7 @@
446446 if ( !$this->mTimestamp ) {
447447 $this->loadLastEdit();
448448 }
 449+
449450 return wfTimestamp( TS_MW, $this->mTimestamp );
450451 }
451452

Status & tagging log