Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -140,8 +140,8 @@ |
141 | 141 | |
142 | 142 | /** |
143 | 143 | * Generates the subheading with links |
144 | | - * @param Title $nt @see Title object for the target |
145 | | - * @param integer $id User ID for the target |
| 144 | + * @param $nt Title object for the target |
| 145 | + * @param $id Integer: User ID for the target |
146 | 146 | * @return String: appropriately-escaped HTML to be output literally |
147 | 147 | * @todo Fixme: almost the same as getSubTitle in SpecialDeletedContributions.php. Could be combined. |
148 | 148 | */ |
— | — | @@ -257,7 +257,7 @@ |
258 | 258 | |
259 | 259 | /** |
260 | 260 | * Generates the namespace selector form with hidden attributes. |
261 | | - * @param $this->opts Array: the options to be included. |
| 261 | + * @return String: HTML fragment |
262 | 262 | */ |
263 | 263 | protected function getForm() { |
264 | 264 | global $wgScript; |
— | — | @@ -337,7 +337,7 @@ |
338 | 338 | |
339 | 339 | /** |
340 | 340 | * Output a subscription feed listing recent edits to this page. |
341 | | - * @param string $type |
| 341 | + * @param $type String |
342 | 342 | */ |
343 | 343 | protected function feed( $type ) { |
344 | 344 | global $wgRequest, $wgFeed, $wgFeedClasses, $wgFeedLimit; |
Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php |
— | — | @@ -328,8 +328,8 @@ |
329 | 329 | |
330 | 330 | /** |
331 | 331 | * Generates the subheading with links |
332 | | - * @param Title $nt @see Title object for the target |
333 | | - * @param integer $id User ID for the target |
| 332 | + * @param $nt Title object for the target |
| 333 | + * @param $id Integer: User ID for the target |
334 | 334 | * @return String: appropriately-escaped HTML to be output literally |
335 | 335 | * @todo Fixme: almost the same as contributionsSub in SpecialContributions.php. Could be combined. |
336 | 336 | */ |