Fix comment block for variable declarations
authoreileen <emcnaughton@wikimedia.org>
Thu, 23 May 2019 23:28:10 +0000 (11:28 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 23 May 2019 23:41:26 +0000 (11:41 +1200)
commit9f2660428580c431e8e750f5dc3cc656ae9244b6
treee12699b6dbeb0f5ffeb6180d76a9a88a8c75a073
parentc55429dc01d68c84507728f9876a4c2482676856
Fix comment block for variable declarations

Per https://github.com/civicrm/coder/pull/7
31 files changed:
CRM/Contact/BAO/Query.php
CRM/Contact/Form/Search.php
CRM/Contact/Form/Search/Custom/FullText.php
CRM/Contact/Form/Search/Custom/Group.php
CRM/Contact/Import/Parser.php
CRM/Contact/Page/ImageFile.php
CRM/Contact/Page/View/ContactSmartGroup.php
CRM/Contribute/Form/Contribution.php
CRM/Contribute/Form/ContributionBase.php
CRM/Core/Action.php
CRM/Custom/Import/Parser.php
CRM/Event/Form/ManageEvent.php
CRM/Event/Form/Registration/Register.php
CRM/Event/Import/Parser.php
CRM/Financial/Form/Payment.php
CRM/Mailing/Page/View.php
CRM/Member/Import/Parser.php
CRM/Report/Form.php
CRM/SMS/Message.php
CRM/UF/Form/Field.php
CRM/Upgrade/Incremental/Base.php
Civi/Angular/Page/Main.php
tests/phpunit/CRM/Batch/Form/EntryTest.php
tests/phpunit/CRM/Contact/BAO/QueryTestDataProvider.php
tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTestDataProvider.php
tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTestDataProvider.php
tests/phpunit/CRM/Group/Page/AjaxTest.php
tests/phpunit/CRM/Mailing/BAO/QueryTestDataProvider.php
tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php
tests/phpunit/api/v3/RelationshipTest.php
tests/phpunit/api/v3/TagTest.php