Skip to content

Commit

Permalink
Merge pull request #25398 from demeritcowboy/extendedreport-contribut…
Browse files Browse the repository at this point in the history
…ionpage

[NFC] Incorrect docblock in CRM_Contribute_PseudoConstant::contributionPage()
  • Loading branch information
demeritcowboy authored Jan 25, 2023
2 parents a2ecb20 + 7ebbe85 commit 1ab1e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contribute/PseudoConstant.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static function flush($name = 'cache') {
* Do we want all pages or only active pages.
*
*
* @return array
* @return string|array|null
* array reference of all contribution pages if any
*/
public static function &contributionPage($id = NULL, $all = FALSE) {
Expand Down

0 comments on commit 1ab1e1b

Please sign in to comment.