Index: trunk/phase3/includes/specials/SpecialBlock.php |
— | — | @@ -432,7 +432,7 @@ |
433 | 433 | * @param $par String subpage parameter passed to setup, or data value from |
434 | 434 | * the HTMLForm |
435 | 435 | * @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 ) |
437 | 437 | */ |
438 | 438 | public static function getTargetAndType( $par, WebRequest $request = null ){ |
439 | 439 | $i = 0; |