Title: Add null to @return type for getSubpage
authorFomafix <fomafix@googlemail.com>
Sun, 3 Feb 2019 17:08:40 +0000 (18:08 +0100)
committerFomafix <fomafix@googlemail.com>
Sun, 3 Feb 2019 17:11:12 +0000 (18:11 +0100)
commit38acf509eedd81e76074162e38dd2318c0b08788
tree6ea03b86e36ed7350fed79ce947ad73f45f6b227
parentca31b7f793df5ef6d1fc31b4a43c88313067b619
Title: Add null to @return type for getSubpage

Title::makeTitleSafe can return null on an invalid title. Therefor
Title::getSubpage can also return null on an error.

Change-Id: I8f7d5125bd8bd609b6120b0f7682c6e519063476
includes/Title.php