For MediaWiki (recent comments | status changes | tags | authors | states | release notes | statistics)
Index: trunk/phase3/languages/Language.php =================================================================== --- trunk/phase3/languages/Language.php (revision 28774) +++ trunk/phase3/languages/Language.php (revision 28775) @@ -1808,7 +1808,7 @@ * @param array $forms Array of forms given to convertPlural * @return array Padded array of forms or an exception if not an array */ - protected function preConvertPlural( Array $forms, $count ) { + protected function preConvertPlural( /* Array */ $forms, $count ) { while ( count($forms) < $count ) { $forms[] = $forms[count($forms)-1]; }