r67962 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67961‎ | r67962 | r67963 >
Date:21:13, 13 June 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/languages/classes/LanguageLv.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/classes/LanguageLv.php
@@ -15,11 +15,9 @@
1616 *
1717 * Example: {{plural:{{NUMBEROFARTICLES}}|article|articles}}
1818 *
19 - * @param integer $count
20 - * @param string $wordform1
21 - * @param string $wordform2
22 - * @param string $wordform3 (not used)
23 - * @return string
 19+ * @param $count Integer
 20+ * @param $forms Array
 21+ * @return String
2422 */
2523 function convertPlural( $count, $forms ) {
2624 if ( !count($forms) ) { return ''; }

Status & tagging log