Fix type on @param doc

Change-Id: I9caf576cd3c18b2af8313581d85608becfdacdf7
This commit is contained in:
Umherirrender 2020-07-12 01:39:52 +02:00
parent 88578c57e8
commit 1412b7c5ba
2 changed files with 2 additions and 4 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.NoParamType" />
</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

@ -77,7 +77,7 @@ class Decisions {
} }
/** /**
* @param $currentIP * @param string $currentIP
* @return string The country code associated with the IP or empty string if not able to locate. * @return string The country code associated with the IP or empty string if not able to locate.
* @throws ConfigException * @throws ConfigException
*/ */