diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
commit | c9aa36da061816dee256a979c2ff8d2ee41824d9 (patch) | |
tree | 29f7002b80ee984b488bd047dbbd80b36bf892e9 /languages/classes/LanguageBe_tarask.php | |
parent | b4274e0e33eafb5e9ead9d949ebf031a9fb8363b (diff) | |
parent | d1ba966140d7a60cd5ae4e8667ceb27c1a138592 (diff) |
Merge branch 'archwiki'
# Conflicts:
# skins/ArchLinux.php
# skins/ArchLinux/archlogo.gif
Diffstat (limited to 'languages/classes/LanguageBe_tarask.php')
-rw-r--r-- | languages/classes/LanguageBe_tarask.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/languages/classes/LanguageBe_tarask.php b/languages/classes/LanguageBe_tarask.php index 05b9550f..ac593801 100644 --- a/languages/classes/LanguageBe_tarask.php +++ b/languages/classes/LanguageBe_tarask.php @@ -30,14 +30,16 @@ * @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 */ @@ -60,7 +62,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 */ |