Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -1016,7 +1016,6 @@ |
1017 | 1017 | * @param $collection |
1018 | 1018 | * @param $referrer Title |
1019 | 1019 | * @param $writer |
1020 | | - * @return mixed |
1021 | 1020 | */ |
1022 | 1021 | function renderCollection( $collection, $referrer, $writer ) { |
1023 | 1022 | global $wgOut, $wgContLang, $wgScriptPath, $wgScriptExtension; |
— | — | @@ -1239,7 +1238,6 @@ |
1240 | 1239 | /** |
1241 | 1240 | * @param $collection |
1242 | 1241 | * @param $partner |
1243 | | - * @return mixed |
1244 | 1242 | */ |
1245 | 1243 | function postZIP( $collection, $partner ) { |
1246 | 1244 | global $wgScriptPath, $wgScriptExtension, $wgOut; |