X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=languages%2Fclasses%2FLanguageBe_tarask.php;h=56faa4ac166e14dab82ce11d0870bda14ea62c32;hb=dd8c1e2dd3feb9c5c6bd79d2a8a3356666792d0c;hp=05b9550f77f075247df95d63ff36167c4e6ee0c1;hpb=807d510ad7353ae4adee736eb6f4b34890761114;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/classes/LanguageBe_tarask.php b/languages/classes/LanguageBe_tarask.php index 05b9550f77..56faa4ac16 100644 --- a/languages/classes/LanguageBe_tarask.php +++ b/languages/classes/LanguageBe_tarask.php @@ -30,19 +30,20 @@ * @ingroup Language * @see http://be-x-old.wikipedia.org/wiki/Project_talk:LanguageBe_tarask.php */ +// @codingStandardsIgnoreStart Ignore class name is not in camel caps format error class LanguageBe_tarask extends Language { + // @codingStandardsIgnoreEnd /** * The Belarusian language uses apostrophe sign, * but the characters used for this could be both U+0027 and U+2019. * This function unifies apostrophe sign in search index values * to enable seach using both apostrophe signs. * - * @param $string string + * @param string $string * * @return string */ function normalizeForSearch( $string ) { - wfProfileIn( __METHOD__ ); # MySQL fulltext index doesn't grok utf-8, so we # need to fold cases and convert to hex @@ -52,7 +53,6 @@ class LanguageBe_tarask extends Language { $s = parent::normalizeForSearch( $s ); - wfProfileOut( __METHOD__ ); return $s; } @@ -60,7 +60,7 @@ class LanguageBe_tarask extends Language { * Four-digit number should be without group commas (spaces) * So "1 234 567", "12 345" but "1234" * - * @param $_ string + * @param string $_ * * @return string */