[NFC] fix more places where var is declared as boolean rather than bool
authoreileen <emcnaughton@wikimedia.org>
Thu, 23 May 2019 00:22:49 +0000 (12:22 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 23 May 2019 01:03:56 +0000 (13:03 +1200)
commitd51c6addddcc51caa5cb12d11bd07bf7d6cad0a2
treed9f0e553d812b0972fae6ee6b17707a9ac50cdd0
parent7f341315597047b566af57d8bdc6a674174ca6ab
[NFC] fix more places where var is declared as boolean rather than bool

See https://github.com/civicrm/coder/pull/7
45 files changed:
CRM/Activity/Form/Activity.php
CRM/Activity/Form/Search.php
CRM/Activity/Form/Task/Delete.php
CRM/Activity/Form/Task/Email.php
CRM/Activity/Form/Task/SMS.php
CRM/Activity/Import/Field.php
CRM/Activity/Import/Parser.php
CRM/Activity/Selector/Search.php
CRM/Campaign/Form/Search.php
CRM/Campaign/Selector/Search.php
CRM/Contact/Form/Task/Delete.php
CRM/Contact/Form/Task/Email.php
CRM/Contact/Form/Task/Map.php
CRM/Contact/Form/Task/SMS.php
CRM/Contact/Import/Field.php
CRM/Contribute/Form/ContributionPage.php
CRM/Core/BAO/CustomQuery.php
CRM/Core/Controller.php
CRM/Custom/Import/Parser.php
CRM/Event/Form/ManageEvent.php
CRM/Event/Form/Participant.php
CRM/Event/Form/Registration.php
CRM/Event/Form/Registration/Register.php
CRM/Event/Form/Search.php
CRM/Event/Form/Task/Badge.php
CRM/Event/Form/Task/Delete.php
CRM/Event/Form/Task/Email.php
CRM/Event/Form/Task/PDF.php
CRM/Event/Import/Parser.php
CRM/Event/Selector/Search.php
CRM/Financial/BAO/ExportFormat.php
CRM/Financial/Form/FinancialAccount.php
CRM/Financial/Form/FinancialTypeAccount.php
CRM/Grant/Form/Search.php
CRM/Grant/Form/Task/Delete.php
CRM/Grant/Selector/Search.php
CRM/Mailing/Selector/Search.php
CRM/Member/Form/Task/Delete.php
CRM/Member/Form/Task/Email.php
CRM/Member/Import/Field.php
CRM/Member/Import/Parser.php
CRM/Member/Selector/Search.php
CRM/Profile/Page/Dynamic.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/custom_api/MailingProviderData.php