INFRA-132 - phpcbf Drupal.WhiteSpace.ScopeIndent.IncorrectExact
authorTim Otten <totten@civicrm.org>
Tue, 20 Jan 2015 02:46:18 +0000 (18:46 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 20 Jan 2015 02:46:18 +0000 (18:46 -0800)
commite70a7fc01e4d73954614f33ff4ba352ec41c2334
tree945f071f731b371599a993aac90a989a3df54aa0
parentd25dd0ee5e47188c3ea9ad2918f627cfac97ddbd
INFRA-132 - phpcbf Drupal.WhiteSpace.ScopeIndent.IncorrectExact

The automated cleanup sometimes screws with long, commented
code blocks and with statements that end "));", so I reviewed
the diff manually fixed any egregious examples.
144 files changed:
CRM/ACL/BAO/ACL.php
CRM/ACL/Form/WordPress/Permissions.php
CRM/Activity/Form/Search.php
CRM/Activity/Import/Parser.php
CRM/Admin/Form/LabelFormats.php
CRM/Admin/Page/Persistent.php
CRM/Campaign/Form/Survey/Main.php
CRM/Campaign/Form/Survey/Results.php
CRM/Campaign/Page/Petition/ThankYou.php
CRM/Case/Audit/Audit.php
CRM/Case/Form/Search.php
CRM/Contact/BAO/Group.php
CRM/Contact/BAO/GroupNesting.php
CRM/Contact/BAO/Relationship.php
CRM/Contact/Form/Search/Custom/PriceSet.php
CRM/Contact/Form/Search/Custom/TagContributions.php
CRM/Contact/Import/Form/DataSource.php
CRM/Contact/Import/Parser.php
CRM/Contact/Page/DedupeRules.php
CRM/Contribute/Form/AdditionalInfo.php
CRM/Core/BAO/CustomField.php
CRM/Core/BAO/CustomGroup.php
CRM/Core/BAO/Email.php
CRM/Core/BAO/Location.php
CRM/Core/BAO/PrevNextCache.php
CRM/Core/I18n/SchemaStructure_3_2_beta4.php
CRM/Core/I18n/SchemaStructure_3_3_beta1.php
CRM/Core/I18n/SchemaStructure_3_4_0.php
CRM/Core/I18n/SchemaStructure_3_4_beta2.php
CRM/Core/I18n/SchemaStructure_3_4_beta3.php
CRM/Core/I18n/SchemaStructure_4_1_0.php
CRM/Core/I18n/SchemaStructure_4_1_alpha1.php
CRM/Core/I18n/SchemaStructure_4_2_alpha1.php
CRM/Core/I18n/SchemaStructure_4_3_1.php
CRM/Core/I18n/SchemaStructure_4_5_alpha1.php
CRM/Core/I18n/SchemaStructure_4_5_beta2.php
CRM/Core/ManagedEntities.php
CRM/Core/OptionValue.php
CRM/Core/Payment/Elavon.php
CRM/Core/Payment/FirstData.php
CRM/Core/Payment/GoogleIPN.php
CRM/Core/Payment/Moneris.php
CRM/Core/Payment/PayPalProIPN.php
CRM/Core/Payment/PayflowPro.php
CRM/Core/Payment/PaymentExpress.php
CRM/Core/Payment/PaymentExpressIPN.php
CRM/Core/Payment/eWAY.php
CRM/Core/Resources.php
CRM/Core/SelectValues.php
CRM/Custom/Form/CustomData.php
CRM/Custom/Import/Parser.php
CRM/Dedupe/BAO/QueryBuilder/IndividualUnsupervised.php
CRM/Event/BAO/Participant.php
CRM/Event/Badge.php
CRM/Event/Badge/NameTent.php
CRM/Event/Badge/Simple.php
CRM/Event/Cart/BAO/MerParticipant.php
CRM/Event/Form/Registration.php
CRM/Event/Import/Field.php
CRM/Event/Import/Parser.php
CRM/Extension/Mapper.php
CRM/Mailing/Event/BAO/TrackableURLOpen.php
CRM/Mailing/Event/BAO/Unsubscribe.php
CRM/Mailing/Form/ForwardMailing.php
CRM/Mailing/Form/Upload.php
CRM/Member/Import/Parser.php
CRM/Member/Page/DashBoard.php
CRM/Pledge/Form/Search.php
CRM/Price/BAO/PriceField.php
CRM/Price/BAO/PriceSet.php
CRM/Price/Form/Option.php
CRM/Report/Form.php
CRM/Report/Form/Case/Demographics.php
CRM/Report/Form/Contribute/Detail.php
CRM/Report/Form/Event/ParticipantListCount.php
CRM/Report/Form/Event/ParticipantListing.php
CRM/Report/Form/Member/ContributionDetail.php
CRM/SMS/Form/Upload.php
CRM/Upgrade/Form.php
CRM/Utils/Cache/SerializeCache.php
CRM/Utils/Date.php
CRM/Utils/DeprecatedUtils.php
CRM/Utils/Geocode/Google.php
CRM/Utils/Geocode/Yahoo.php
CRM/Utils/JS.php
CRM/Utils/Rule.php
CRM/Utils/String.php
CRM/Utils/System/Drupal.php
CRM/Utils/System/Drupal6.php
CRM/Utils/Token.php
CRM/Utils/Weight.php
api/v3/Case.php
api/v3/CaseType.php
api/v3/Contact.php
api/v3/Domain.php
api/v3/Generic/Getactions.php
api/v3/Generic/Getlist.php
api/v3/MessageTemplate.php
api/v3/Profile.php
api/v3/ReportTemplate.php
api/v3/utils.php
tests/phpunit/CRM/Contact/BAO/ContactTest.php
tests/phpunit/CRM/Core/BAO/SettingTest.php
tests/phpunit/CRM/Core/JobManagerTest.php
tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php
tests/phpunit/CRM/Extension/Container/CollectionTest.php
tests/phpunit/CRM/Extension/Manager/PaymentTest.php
tests/phpunit/CRM/Extension/ManagerTest.php
tests/phpunit/CRM/Extension/MapperTest.php
tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php
tests/phpunit/CRM/Utils/JSTest.php
tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php
tests/phpunit/CRM/Utils/SignerTest.php
tests/phpunit/CRM/Utils/ZipTest.php
tests/phpunit/CiviTest/bootstrap.php
tests/phpunit/WebTest/Contact/MergeContactsTest.php
tests/phpunit/WebTest/Contribute/VerifySSLContributionTest.php
tests/phpunit/WebTest/Event/ParticipantSearchTest.php
tests/phpunit/WebTest/Import/MultipleRelationshipTest.php
tests/phpunit/WebTest/Member/StandaloneAddTest.php
tests/phpunit/api/v3/APIStandardsTest.php
tests/phpunit/api/v3/CampaignTest.php
tests/phpunit/api/v3/CustomFieldTest.php
tests/phpunit/api/v3/DomainTest.php
tests/phpunit/api/v3/EmailTest.php
tests/phpunit/api/v3/EventTest.php
tests/phpunit/api/v3/LineItemTest.php
tests/phpunit/api/v3/LocBlockTest.php
tests/phpunit/api/v3/MailSettingsTest.php
tests/phpunit/api/v3/MailingGroupTest.php
tests/phpunit/api/v3/MembershipTypeTest.php
tests/phpunit/api/v3/OptionGroupTest.php
tests/phpunit/api/v3/OptionValueTest.php
tests/phpunit/api/v3/ParticipantStatusTypeTest.php
tests/phpunit/api/v3/ParticipantTest.php
tests/phpunit/api/v3/PriceFieldTest.php
tests/phpunit/api/v3/PriceFieldValueTest.php
tests/phpunit/api/v3/PriceSetTest.php
tests/phpunit/api/v3/ProfileTest.php
tests/phpunit/api/v3/RelationshipTypeTest.php
tests/phpunit/api/v3/ReportTemplateTest.php
tests/phpunit/api/v3/SystemTest.php
tests/phpunit/api/v3/TaxContributionPageTest.php