Index: trunk/phase3/includes/specials/SpecialNewpages.php |
— | — | @@ -85,8 +85,8 @@ |
86 | 86 | /** |
87 | 87 | * Show a form for filtering namespace and username |
88 | 88 | * |
89 | | - * @param string $par |
90 | | - * @return string |
| 89 | + * @param $par String |
| 90 | + * @return String |
91 | 91 | */ |
92 | 92 | public function execute( $par ) { |
93 | 93 | global $wgLang, $wgOut; |
— | — | @@ -240,9 +240,8 @@ |
241 | 241 | /** |
242 | 242 | * Format a row, providing the timestamp, links to the page/history, size, user links, and a comment |
243 | 243 | * |
244 | | - * @param $skin Skin to use |
245 | 244 | * @param $result Result row |
246 | | - * @return string |
| 245 | + * @return String |
247 | 246 | */ |
248 | 247 | public function formatRow( $result ) { |
249 | 248 | global $wgLang, $wgContLang; |
— | — | @@ -293,7 +292,7 @@ |
294 | 293 | * Should a specific result row provide "patrollable" links? |
295 | 294 | * |
296 | 295 | * @param $result Result row |
297 | | - * @return bool |
| 296 | + * @return Boolean |
298 | 297 | */ |
299 | 298 | protected function patrollable( $result ) { |
300 | 299 | global $wgUser; |
— | — | @@ -302,7 +301,8 @@ |
303 | 302 | |
304 | 303 | /** |
305 | 304 | * Output a subscription feed listing recent edits to this page. |
306 | | - * @param string $type |
| 305 | + * |
| 306 | + * @param $type String |
307 | 307 | */ |
308 | 308 | protected function feed( $type ) { |
309 | 309 | global $wgFeed, $wgFeedClasses, $wgFeedLimit; |