Completed
Push — hotfix/cli-generate-donor ( f42cef...baf467 )
by Ravinder
05:57 queued 02:04
created
includes/admin/donors/donor-functions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 /**
89 89
  * Connect and Reconnect Donor with User profile.
90 90
  *
91
- * @param object $donor      Donor Object.
91
+ * @param Give_Donor $donor      Donor Object.
92 92
  * @param array  $donor_data Donor Post Variables.
93 93
  * @param array  $address    Address Information.
94 94
  *
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
  *
175 175
  * @since 1.8.17
176 176
  *
177
- * @return bool
177
+ * @return false|null
178 178
  */
179 179
 function give_delete_bulk_donors( $donor_id, $args ) {
180 180
 	$donor_edit_role = apply_filters( 'give_edit_donors_role', 'edit_give_payments' );
Please login to merge, or discard this patch.