Completed
Push — issues-2036 ( 6dd3d7 )
by Ravinder
1267:25 queued 1262:37
created
includes/class-give-db-donors.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
 	 * @since  1.0
165 165
 	 * @access public
166 166
 	 *
167
-	 * @param  bool|string|int $_id_or_email
167
+	 * @param  integer $_id_or_email
168 168
 	 *
169 169
 	 * @return bool|int
170 170
 	 */
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
 	 * @param  int $user_id User ID.
360 360
 	 * @param  WP_User|bool $old_user_data User data.
361 361
 	 *
362
-	 * @return bool
362
+	 * @return false|null
363 363
 	 */
364 364
 	public function update_donor_email_on_user_update( $user_id = 0, $old_user_data = false ) {
365 365
 
@@ -416,7 +416,7 @@  discard block
 block discarded – undo
416 416
 	 * @access public
417 417
 	 *
418 418
 	 * @param  string $field ID or email. Default is 'id'.
419
-	 * @param  mixed $value The Customer ID or email to search. Default is 0.
419
+	 * @param  integer $value The Customer ID or email to search. Default is 0.
420 420
 	 *
421 421
 	 * @return mixed         Upon success, an object of the donor. Upon failure, NULL
422 422
 	 */
Please login to merge, or discard this patch.