@@ -64,7 +64,7 @@ |
||
| 64 | 64 | * |
| 65 | 65 | * @param string $value |
| 66 | 66 | * |
| 67 | - * @return mixed |
|
| 67 | + * @return string |
|
| 68 | 68 | */ |
| 69 | 69 | function __give_validate_decimal_separator_setting_field( $value ) { |
| 70 | 70 | $thousand_separator = give_clean( $_POST['thousands_separator'] ); |
@@ -666,6 +666,7 @@ |
||
| 666 | 666 | * Check if Import donation is duplicate |
| 667 | 667 | * |
| 668 | 668 | * @since 1.8.13 |
| 669 | + * @param Give_Donate_Form $form |
|
| 669 | 670 | */ |
| 670 | 671 | function give_check_import_donation_duplicate( $payment_data, $data, $form, $donor_data ) { |
| 671 | 672 | $return = false; |
@@ -1157,7 +1157,7 @@ discard block |
||
| 1157 | 1157 | * |
| 1158 | 1158 | * @todo Remove this, when WordPress Core ticket is resolved (https://core.trac.wordpress.org/ticket/16828). |
| 1159 | 1159 | * |
| 1160 | - * @return bool |
|
| 1160 | + * @return false|null |
|
| 1161 | 1161 | */ |
| 1162 | 1162 | function give_donation_metabox_menu() { |
| 1163 | 1163 | |
@@ -1540,7 +1540,7 @@ discard block |
||
| 1540 | 1540 | * @param int $id |
| 1541 | 1541 | * @param string $meta_key |
| 1542 | 1542 | * @param mixed $meta_value |
| 1543 | - * @param mixed $prev_value |
|
| 1543 | + * @param string $prev_value |
|
| 1544 | 1544 | * |
| 1545 | 1545 | * @return mixed |
| 1546 | 1546 | */ |
@@ -1747,7 +1747,7 @@ discard block |
||
| 1747 | 1747 | * @since 1.8.13 |
| 1748 | 1748 | * |
| 1749 | 1749 | * @param array $list List of objects or arrays |
| 1750 | - * @param int|string $field Field from the object to place instead of the entire object |
|
| 1750 | + * @param string $field Field from the object to place instead of the entire object |
|
| 1751 | 1751 | * @param int|string $index_key Optional. Field from the object to use as keys for the new array. |
| 1752 | 1752 | * Default null. |
| 1753 | 1753 | * |