Merge "Revert "Don't check namespace in SpecialWantedtemplates""
[lhc/web/wiklou.git] / languages / classes / LanguageHy.php
index 2406829..7cedcc5 100644 (file)
@@ -33,8 +33,8 @@ class LanguageHy extends Language {
         * Convert from the nominative form of a noun to some other case
         * Invoked with {{grammar:case|word}}
         *
-        * @param $word string
-        * @param $case string
+        * @param string $word
+        * @param string $case
         * @return string
         */
        function convertGrammar( $word, $case ) {
@@ -68,10 +68,10 @@ class LanguageHy extends Language {
                                case 'accusative': # Հայցական հոլով
                                        # stub
                                        break;
-                               case 'instrumental':  #
+                               case 'instrumental':
                                        # stub
                                        break;
-                               case 'prepositional': #
+                               case 'prepositional':
                                        # stub
                                        break;
                        }
@@ -82,7 +82,7 @@ class LanguageHy extends Language {
        /**
         * Armenian numeric format is "12 345,67" but "1234,56"
         *
-        * @param $_ string
+        * @param string $_
         *
         * @return string
         */