mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-27 15:40:16 +00:00
Fix type on @param doc
Change-Id: I9caf576cd3c18b2af8313581d85608becfdacdf7
This commit is contained in:
parent
88578c57e8
commit
1412b7c5ba
|
@ -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" />
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue