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"?>
<ruleset>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
<exclude name="MediaWiki.Commenting.FunctionComment.NoParamType" />
</rule>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki" />
<file>.</file>
<arg name="extensions" value="php,php5,inc" />
<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.
* @throws ConfigException
*/