From 47c9437835fe68e69b723f454d682064688bdad9 Mon Sep 17 00:00:00 2001 From: Stephen Niedzielski Date: Mon, 22 Oct 2018 09:36:47 -0600 Subject: [PATCH] Doc: add missed return type to Title::getEarliestRevTime() Change-Id: I98faa04fb9a4710daffa3c55ba3f61df0e12d71b --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1