@@ -215,7 +215,7 @@ discard block |
||
| 215 | 215 | * |
| 216 | 216 | * @access public |
| 217 | 217 | * @since 1.1 |
| 218 | - * @return array |
|
| 218 | + * @return string |
|
| 219 | 219 | */ |
| 220 | 220 | public function get_versions() { |
| 221 | 221 | return $this->versions; |
@@ -675,7 +675,7 @@ discard block |
||
| 675 | 675 | * |
| 676 | 676 | * @param array $args Arguments to override defaults |
| 677 | 677 | * |
| 678 | - * @return array $dates |
|
| 678 | + * @return integer|null $dates |
|
| 679 | 679 | */ |
| 680 | 680 | public function get_dates( $args = array() ) { |
| 681 | 681 | $dates = array(); |
@@ -606,7 +606,7 @@ |
||
| 606 | 606 | * @param int $id The ID of donation or donor |
| 607 | 607 | * @param string $from From will be a string to be passed as donation or donor |
| 608 | 608 | * |
| 609 | - * @return array |
|
| 609 | + * @return null|string |
|
| 610 | 610 | */ |
| 611 | 611 | function give_get_donor_name_by( $id = 0, $from = 'donation' ) { |
| 612 | 612 | |