Fix property declarations
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 17 Mar 2022 22:36:04 +0000 (11:36 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 17 Mar 2022 22:36:04 +0000 (11:36 +1300)
tests/phpunit/CRM/Contribute/Form/Contribution/MainTest.php

index 1423778ba6eab5068957a8f03b013c475041076c..aa5d4bdd7c3255bdc1ea3a18eb6f8717a7ea7ad3 100644 (file)
@@ -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.