@@ -307,6 +307,7 @@ discard block |
||
307 | 307 | * @second -> Second hash |
308 | 308 | * @key -> Actual key |
309 | 309 | |
310 | + * @param string $key |
|
310 | 311 | * @return variable (depending on case) |
311 | 312 | */ |
312 | 313 | public static function getSelector( $first, $second, $key ) { |
@@ -661,7 +662,7 @@ discard block |
||
661 | 662 | /** |
662 | 663 | * @text Bulk data text |
663 | 664 | * @pagetitle Title of the page |
664 | - * @return status of update |
|
665 | + * @return boolean of update |
|
665 | 666 | */ |
666 | 667 | |
667 | 668 | public static function importJSONBatch( $text, $namespace="", $overwrite=false) { |