Index: trunk/phase3/languages/Language.php |
— | — | @@ -1808,7 +1808,7 @@ |
1809 | 1809 | * @param array $forms Array of forms given to convertPlural |
1810 | 1810 | * @return array Padded array of forms or an exception if not an array |
1811 | 1811 | */ |
1812 | | - protected function preConvertPlural( Array $forms, $count ) { |
| 1812 | + protected function preConvertPlural( /* Array */ $forms, $count ) { |
1813 | 1813 | while ( count($forms) < $count ) { |
1814 | 1814 | $forms[] = $forms[count($forms)-1]; |
1815 | 1815 | } |