Completed
Push — pr-1740 ( cf8792 )
by Ravinder
306:55 queued 289:15
created
includes/api/class-give-api.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
 	 *
216 216
 	 * @access public
217 217
 	 * @since  1.1
218
-	 * @return array
218
+	 * @return string
219 219
 	 */
220 220
 	public function get_versions() {
221 221
 		return $this->versions;
@@ -675,7 +675,7 @@  discard block
 block discarded – undo
675 675
 	 *
676 676
 	 * @param array $args Arguments to override defaults
677 677
 	 *
678
-	 * @return array $dates
678
+	 * @return integer|null $dates
679 679
 	 */
680 680
 	public function get_dates( $args = array() ) {
681 681
 		$dates = array();
Please login to merge, or discard this patch.
includes/user-functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -606,7 +606,7 @@
 block discarded – undo
606 606
  * @param       int     $id     The ID of donation or donor
607 607
  * @param       string  $from   From will be a string to be passed as donation or donor
608 608
  *
609
- * @return      array
609
+ * @return      null|string
610 610
  */
611 611
 function give_get_donor_name_by( $id = 0, $from = 'donation' ) {
612 612
 
Please login to merge, or discard this patch.