Merge "Remove mw-ui-icon*:after"
[lhc/web/wiklou.git] / languages / classes / LanguageOs.php
index f37e2d5..dbf4cce 100644 (file)
@@ -49,8 +49,8 @@ class LanguageOs extends Language {
         *              Then result word is: word + 'й' + case ending for cases != allative or comitative
         *              and word + case ending for allative or comitative. Ending of allative case here is 'æ'.
         *
-        * @param $word string
-        * @param $case string
+        * @param string $word
+        * @param string $case
         * @return string
         */
        function convertGrammar( $word, $case ) {
@@ -67,7 +67,6 @@ class LanguageOs extends Language {
                # Variable for ending
                $ending = '';
 
-
                # CHecking if the $word is in plural form
                if ( preg_match( '/тæ$/u', $word ) ) {
                        $word = mb_substr( $word, 0, -1 );