@@ -452,7 +452,7 @@ discard block |
||
| 452 | 452 | |
| 453 | 453 | /** |
| 454 | 454 | * @param $option_value |
| 455 | - * @param $value |
|
| 455 | + * @param boolean $value |
|
| 456 | 456 | * |
| 457 | 457 | * @return string |
| 458 | 458 | */ |
@@ -529,7 +529,7 @@ discard block |
||
| 529 | 529 | * |
| 530 | 530 | * @since 1.8.14 |
| 531 | 531 | * |
| 532 | - * @param $file_id |
|
| 532 | + * @param integer $file_id |
|
| 533 | 533 | * |
| 534 | 534 | * @return bool|int |
| 535 | 535 | */ |
@@ -423,7 +423,6 @@ discard block |
||
| 423 | 423 | * Import CSV in DB |
| 424 | 424 | * |
| 425 | 425 | * @param int $file_id CSV id |
| 426 | - * @param array $mapto Map csv to meta key. |
|
| 427 | 426 | * @param int $start Start from which csv line. |
| 428 | 427 | * @param int $end End from which csv line. |
| 429 | 428 | */ |
@@ -641,6 +640,7 @@ discard block |
||
| 641 | 640 | * Check if Import donation is duplicate |
| 642 | 641 | * |
| 643 | 642 | * @since 1.8.13 |
| 643 | + * @param Give_Donate_Form $form |
|
| 644 | 644 | */ |
| 645 | 645 | function give_check_import_donation_duplicate( $payment_data, $data, $form, $donor_data ) { |
| 646 | 646 | $return = false; |
@@ -854,7 +854,7 @@ discard block |
||
| 854 | 854 | * |
| 855 | 855 | * @todo Remove this, when WordPress Core ticket is resolved (https://core.trac.wordpress.org/ticket/16828). |
| 856 | 856 | * |
| 857 | - * @return bool |
|
| 857 | + * @return false|null |
|
| 858 | 858 | */ |
| 859 | 859 | function give_donation_metabox_menu() { |
| 860 | 860 | |
@@ -1525,7 +1525,7 @@ discard block |
||
| 1525 | 1525 | * @since 1.8.13 |
| 1526 | 1526 | * |
| 1527 | 1527 | * @param array $list List of objects or arrays |
| 1528 | - * @param int|string $field Field from the object to place instead of the entire object |
|
| 1528 | + * @param string $field Field from the object to place instead of the entire object |
|
| 1529 | 1529 | * @param int|string $index_key Optional. Field from the object to use as keys for the new array. |
| 1530 | 1530 | * Default null. |
| 1531 | 1531 | * |