From c251368ff7e113cc71edaf5baee087fcbb2de0c5 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Wed, 24 Jul 2019 13:00:13 +0800 Subject: [PATCH] Add null to Parser::getTitle return doc Change-Id: I5086f636114cec83f0188d2309ea70aef27df13d --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 0721446ba7..5821d3f9cf 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -890,7 +890,7 @@ class Parser { /** * Accessor for the Title object * - * @return Title + * @return Title|null */ public function getTitle() { return $this->mTitle; -- 2.20.1