Index: trunk/phase3/maintenance/language/rebuildLanguage.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | * @param $code The language code. |
19 | 19 | * @param $write Write to the messages file? |
20 | 20 | * @param $listUnknown List the unknown messages? |
21 | | - * @param $removeUnKnown Remove the unknown messages? |
| 21 | + * @param $removeUnknown Remove the unknown messages? |
22 | 22 | * @param $removeDupes Remove the duplicated messages? |
23 | 23 | * @param $dupeMsgSource The source file intended to remove from the array. |
24 | 24 | */ |
Index: trunk/phase3/maintenance/language/diffLanguage.php |
— | — | @@ -69,7 +69,7 @@ |
70 | 70 | |
71 | 71 | /** |
72 | 72 | * Return a $wgAllmessages array shipped in MediaWiki |
73 | | - * @param string $languageCode Formated language code |
| 73 | + * @param $languageCode String: formated language code |
74 | 74 | * @return array The MediaWiki default $wgAllMessages array requested |
75 | 75 | */ |
76 | 76 | function getMediawikiMessages($languageCode = 'En') { |
— | — | @@ -93,8 +93,8 @@ |
94 | 94 | /** |
95 | 95 | * Return a $wgAllmessages array in a given file. Language of the array |
96 | 96 | * need to be given cause we can not detect which language it provides |
97 | | - * @param string $filename Filename of the file containing a message array |
98 | | - * @param string $languageCode Language of the external array |
| 97 | + * @param $filename String: filename of the file containing a message array |
| 98 | + * @param $languageCode String: language of the external array |
99 | 99 | * @return array A $wgAllMessages array from an external file. |
100 | 100 | */ |
101 | 101 | function getExternalMessages($filename, $languageCode) { |