Index: trunk/phase3/maintenance/language/lang2po.php |
— | — | @@ -73,7 +73,8 @@ |
74 | 74 | |
75 | 75 | /** |
76 | 76 | * Return a dummy header for later edition. |
77 | | - * @return string A dummy header |
| 77 | + * |
| 78 | + * @return String: a dummy header |
78 | 79 | */ |
79 | 80 | private function poHeader() { |
80 | 81 | return '# SOME DESCRIPTIVE TITLE. |
— | — | @@ -99,8 +100,8 @@ |
100 | 101 | /** |
101 | 102 | * generate and write a file in .po format. |
102 | 103 | * |
103 | | - * @param string $langcode Code of a language it will process. |
104 | | - * @param array &$messages Array containing the various messages. |
| 104 | + * @param $langcode String: code of a language it will process. |
| 105 | + * @param $messages Array containing the various messages. |
105 | 106 | * @return string Filename where stuff got saved or false. |
106 | 107 | */ |
107 | 108 | private function generatePo( $langcode, $messages ) { |