Skip to content

Commit

Permalink
(NFC) ContributionTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Dec 31, 2021
1 parent 66c8a61 commit 2a402da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Contribute/WorkflowMessage/ContributionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @method array getContribution()
* @method array getContributionID()
* @method $this setContributionID(array $contact)
* @method ?int getContributionID()
* @method $this setContributionID(?int $contributionId)
*/
trait CRM_Contribute_WorkflowMessage_ContributionTrait {
/**
Expand Down

0 comments on commit 2a402da

Please sign in to comment.