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/LanguageZh_hans.php | |
parent | b4274e0e33eafb5e9ead9d949ebf031a9fb8363b (diff) | |
parent | d1ba966140d7a60cd5ae4e8667ceb27c1a138592 (diff) |
Merge branch 'archwiki'
# Conflicts:
# skins/ArchLinux.php
# skins/ArchLinux/archlogo.gif
Diffstat (limited to 'languages/classes/LanguageZh_hans.php')
-rw-r--r-- | languages/classes/LanguageZh_hans.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/languages/classes/LanguageZh_hans.php b/languages/classes/LanguageZh_hans.php index 3851c8fe..6483d90b 100644 --- a/languages/classes/LanguageZh_hans.php +++ b/languages/classes/LanguageZh_hans.php @@ -26,8 +26,9 @@ * * @ingroup Language */ +// @codingStandardsIgnoreStart Ignore class name is not in camel caps format error class LanguageZh_hans extends Language { - + // @codingStandardsIgnoreEnd /** * @return bool */ @@ -40,7 +41,7 @@ class LanguageZh_hans extends Language { * for now just treat each character as a word. * @todo FIXME: Only do this for Han characters... * - * @param $string string + * @param string $string * * @return string */ @@ -51,7 +52,7 @@ class LanguageZh_hans extends Language { } /** - * @param $s + * @param string $s * @return string */ function normalizeForSearch( $s ) { @@ -71,7 +72,7 @@ class LanguageZh_hans extends Language { * * @since 1.21 * - * @param integer $seconds The amount of seconds. + * @param int $seconds The amount of seconds. * @param array $chosenIntervals The intervals to enable. * * @return string |