r92607 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92606‎ | r92607 | r92608 >
Date:02:34, 20 July 2011
Author:simetrical
Status:ok (Comments)
Tags:
Comment:
Fix inaccurate return type in comment
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlock.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlock.php
@@ -432,7 +432,7 @@
433433 * @param $par String subpage parameter passed to setup, or data value from
434434 * the HTMLForm
435435 * @param $request WebRequest optionally try and get data from a request too
436 - * @return void
 436+ * @return array( User|string|null, Block::TYPE_ constant|null )
437437 */
438438 public static function getTargetAndType( $par, WebRequest $request = null ){
439439 $i = 0;

Comments

#Comment by Nikerabbit (talk | contribs)   09:31, 20 July 2011

Pretty complex :/

Status & tagging log