r114022 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114021‎ | r114022 | r114023 >
Date:16:22, 16 March 2012
Author:brion
Status:reverted
Tags:gerritmigration 
Comment:
Collection doc comment updates: remove "@return mixed" from two functions that return no value
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -1016,7 +1016,6 @@
10171017 * @param $collection
10181018 * @param $referrer Title
10191019 * @param $writer
1020 - * @return mixed
10211020 */
10221021 function renderCollection( $collection, $referrer, $writer ) {
10231022 global $wgOut, $wgContLang, $wgScriptPath, $wgScriptExtension;
@@ -1239,7 +1238,6 @@
12401239 /**
12411240 * @param $collection
12421241 * @param $partner
1243 - * @return mixed
12441242 */
12451243 function postZIP( $collection, $partner ) {
12461244 global $wgScriptPath, $wgScriptExtension, $wgOut;

Sign-offs

UserFlagDate
Nikerabbitinspected07:15, 19 March 2012

Follow-up revisions

RevisionCommit summaryAuthorDate
r114399Revert r113740 and its followups r113785, r113985, r113986, r113988, r113991,...catrope19:56, 21 March 2012

Status & tagging log