From: Stephen Niedzielski Date: Mon, 22 Oct 2018 15:36:47 +0000 (-0600) Subject: Doc: add missed return type to Title::getEarliestRevTime() X-Git-Tag: 1.34.0-rc.0~3598 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=47c9437835fe68e69b723f454d682064688bdad9;p=lhc%2Fweb%2Fwiklou.git Doc: add missed return type to Title::getEarliestRevTime() Change-Id: I98faa04fb9a4710daffa3c55ba3f61df0e12d71b --- diff --git a/includes/Title.php b/includes/Title.php index 51d8b1355c..038e8b1b20 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -4438,7 +4438,7 @@ class Title implements LinkTarget { * Get the oldest revision timestamp of this page * * @param int $flags Title::GAID_FOR_UPDATE - * @return string MW timestamp + * @return string|null MW timestamp */ public function getEarliestRevTime( $flags = 0 ) { $rev = $this->getFirstRevision( $flags );