Improve param docs

Change-Id: I8debd7a907b8be61f9e6595e461d40fbd1352f63
This commit is contained in:
Umherirrender 2020-02-29 22:37:34 +01:00
parent 6e1f6c0643
commit 1fa6409ebe
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<ruleset> <ruleset>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki"> <rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />
</rule>
<file>.</file> <file>.</file>
<arg name="extensions" value="php,php5,inc" /> <arg name="extensions" value="php,php5,inc" />
<arg name="encoding" value="UTF-8" /> <arg name="encoding" value="UTF-8" />

View file

@ -36,6 +36,7 @@ class Hooks {
* If the Disambiguator extension isn't installed, then the test always fails, i.e. the page is * If the Disambiguator extension isn't installed, then the test always fails, i.e. the page is
* never a disambiguation page. * never a disambiguation page.
* *
* @param Title $title
* @return bool * @return bool
*/ */
private static function isDisambiguationPage( Title $title ) { private static function isDisambiguationPage( Title $title ) {