@@ -386,6 +386,8 @@ discard block |
||
386 | 386 | * @second -> Second hash |
387 | 387 | * @key -> Actual key |
388 | 388 | |
389 | + * @param string $key |
|
390 | + * @param string $opt |
|
389 | 391 | * @return variable (depending on case) |
390 | 392 | */ |
391 | 393 | public static function getSelector( $first, $second, $key, $opt=null ) { |
@@ -734,7 +736,7 @@ discard block |
||
734 | 736 | /** |
735 | 737 | * @text Bulk data text |
736 | 738 | * @pagetitle Title of the page |
737 | - * @return status of update |
|
739 | + * @return boolean of update |
|
738 | 740 | */ |
739 | 741 | |
740 | 742 | public static function importJSONBatch( $text, $namespace="", $overwrite=false) { |