@@ -675,7 +675,7 @@ |
||
| 675 | 675 | /** |
| 676 | 676 | * This function will check whether the donor email is primary or additional. |
| 677 | 677 | * |
| 678 | - * @param $email Donor Email. |
|
| 678 | + * @param string $email Donor Email. |
|
| 679 | 679 | * |
| 680 | 680 | * @since 1.8.13 |
| 681 | 681 | * |
@@ -369,7 +369,7 @@ discard block |
||
| 369 | 369 | * |
| 370 | 370 | * @param int|bool $payment_id A given payment |
| 371 | 371 | * |
| 372 | - * @return mixed void|false |
|
| 372 | + * @return false|null void|false |
|
| 373 | 373 | */ |
| 374 | 374 | public function __construct( $payment_id = false ) { |
| 375 | 375 | |
@@ -1088,7 +1088,7 @@ discard block |
||
| 1088 | 1088 | * |
| 1089 | 1089 | * @param string $note The note to add |
| 1090 | 1090 | * |
| 1091 | - * @return bool If the note was specified or not |
|
| 1091 | + * @return false|null If the note was specified or not |
|
| 1092 | 1092 | */ |
| 1093 | 1093 | public function add_note( $note = false ) { |
| 1094 | 1094 | // Bail if no note specified. |