[REF] Fix syntax of var docblocks
authorBradley Taylor <hello@brad-taylor.co.uk>
Sun, 11 Sep 2022 17:27:30 +0000 (18:27 +0100)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sun, 11 Sep 2022 18:51:34 +0000 (19:51 +0100)
commit314803dac7ea1982dcfa94b8fd2afdcd7dbb7e58
tree5f25a0877154ecc967d2b63ce43a39cbb2e80c69
parente43cea590873a11e7a2e75e50d5aa57a1265a20e
[REF] Fix syntax of var docblocks
61 files changed:
CRM/Campaign/BAO/Campaign.php
CRM/Contact/BAO/GroupContactCache.php
CRM/Core/BAO/UserJob.php
CRM/Core/DAO.php
CRM/Core/PseudoConstant.php
CRM/Dedupe/Merger.php
CRM/Financial/BAO/FinancialTypeAccount.php
CRM/Import/DataSource.php
CRM/Import/Forms.php
CRM/Import/Parser.php
CRM/Utils/Check.php
CRM/Utils/VersionCheck.php
Civi/Api4/Event/Subscriber/PermissionCheckSubscriber.php
Civi/Api4/Query/Api4SelectQuery.php
api/v3/Generic.php
api/v3/PaymentProcessor.php
api/v3/ReportTemplate.php
api/v3/utils.php
ext/search_kit/Civi/Api4/Event/Subscriber/SearchKitSubscriber.php
ext/search_kit/Civi/Search/Admin.php
tests/phpunit/CRM/Activity/BAO/ActivityTest.php
tests/phpunit/CRM/Activity/Import/Parser/ActivityTest.php
tests/phpunit/CRM/Contact/Form/Task/AddToGroupTest.php
tests/phpunit/CRM/Contact/Form/Task/EmailTest.php
tests/phpunit/CRM/Contact/Form/Task/PDFLetterCommonTest.php
tests/phpunit/CRM/Contact/Form/Task/PrintDocumentTest.php
tests/phpunit/CRM/Contact/Import/Form/MapFieldTest.php
tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php
tests/phpunit/CRM/Contribute/BAO/ContributionTest.php
tests/phpunit/CRM/Contribute/Form/AdditionalPaymentTest.php
tests/phpunit/CRM/Contribute/Form/CancelSubscriptionTest.php
tests/phpunit/CRM/Contribute/Form/Contribution/ConfirmTest.php
tests/phpunit/CRM/Contribute/Form/ContributionTest.php
tests/phpunit/CRM/Contribute/Form/Task/PDFLetterCommonTest.php
tests/phpunit/CRM/Contribute/Form/TaskTest.php
tests/phpunit/CRM/Contribute/Form/UpdateSubscriptionTest.php
tests/phpunit/CRM/Contribute/Import/Parser/ContributionTest.php
tests/phpunit/CRM/Core/DAOTest.php
tests/phpunit/CRM/Custom/Import/Parser/ApiTest.php
tests/phpunit/CRM/Event/Form/ParticipantTest.php
tests/phpunit/CRM/Event/Form/Registration/ConfirmTest.php
tests/phpunit/CRM/Event/Form/Registration/RegisterTest.php
tests/phpunit/CRM/Event/Form/SelfSvcTransferTest.php
tests/phpunit/CRM/Event/Form/SelfSvcUpdateTest.php
tests/phpunit/CRM/Event/Form/Task/BadgeTest.php
tests/phpunit/CRM/Event/Form/Task/BatchTest.php
tests/phpunit/CRM/Event/Form/Task/RegisterTest.php
tests/phpunit/CRM/Event/Import/Parser/ParticipantTest.php
tests/phpunit/CRM/Import/DataSource/CsvTest.php
tests/phpunit/CRM/Member/Form/MembershipRenewalTest.php
tests/phpunit/CRM/Member/Form/MembershipTest.php
tests/phpunit/CRM/Member/Form/Task/LabelTest.php
tests/phpunit/CRM/Member/Form/Task/PDFLetterTest.php
tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php
tests/phpunit/CRM/Price/Form/FieldTest.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/ContributionTest.php
tests/phpunit/api/v3/LoggingTest.php
tests/phpunit/api/v3/MembershipTest.php
tests/phpunit/api/v3/ReportTemplateTest.php
tools/bin/scripts/set-version.php