phpdoc @return MediaWikiTitleCodec in Title::getTitleParser
authoraddshore <addshorewiki@gmail.com>
Wed, 3 Feb 2016 16:22:35 +0000 (17:22 +0100)
committeraddshore <addshorewiki@gmail.com>
Wed, 3 Feb 2016 16:26:13 +0000 (17:26 +0100)
commit8ddb6a8bbb49fe46b87bb10c25925f9c51572f50
tree30f4d8f8efb4d5ca7f790f06f3ae777f9a20c706
parent920c06e42c307fcaea47d9b65e09303aded2d1c9
phpdoc @return MediaWikiTitleCodec in Title::getTitleParser

This will always return a MediaWikiTitleCodec object.
This is called in Title::secureAndSplit which expects
the method splitTitleString which is only in this
implementation and not the interface

Change-Id: Ibb6cdcf7deb6c1080e320379aa58981e9935ca33
includes/Title.php