Completed
Push — master ( 2ed9e0...86f4fe )
by Toni Hermoso
38:59 queued 18:56
created
includes/SDImportData.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -386,6 +386,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.