Skip to content

Commit

Permalink
Merge pull request #22965 from eileenmcnaughton/privat
Browse files Browse the repository at this point in the history
Fix property declarations
  • Loading branch information
demeritcowboy authored Mar 18, 2022
2 parents 941ad97 + 856c7fe commit aee8882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/phpunit/CRM/Contribute/Form/Contribution/MainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ class CRM_Contribute_Form_Contribution_MainTest extends CiviUnitTestCase {
* The id of the contribution page.
* @var int
*/
private int $contributionPageId;
private $contributionPageId;

/**
* The id of the contribution page's payment processor.
* @var int
*/
private int $paymentProcessorId;
private $paymentProcessorId;

/**
* The price set of the contribution page.
* @var int
*/
private int $priceSetId;
private $priceSetId;

/**
* Clean up DB.
Expand Down

0 comments on commit aee8882

Please sign in to comment.