Completed
Branch master (9faa0e)
by Toni Hermoso
17:47
created
includes/SDImportData.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -307,6 +307,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.