Style - Remove @public, @private, @protected
authorTim Otten <totten@civicrm.org>
Tue, 30 Dec 2014 22:15:56 +0000 (14:15 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 31 Dec 2014 00:41:27 +0000 (16:41 -0800)
commit4e385d6c884da886598589cb97c7d101473dfcf7
tree42b465e9ccce19563922c1c0e5e4d3e29301d3ed
parent00be918220e9ac8f6d25d12ed3c9c49fddd07ff7
Style - Remove @public, @private, @protected

1. These annotations are not valid in phpdoc. The actual annotation is "@access (public|private|protected)".
2. These annotations are useful in PHP4-style code.
3. These annotations are useless in PHP5-style code. Either they're redundant with the code, or they contradict the code.
63 files changed:
CRM/Activity/StateMachine/Search.php
CRM/Campaign/Form/Campaign.php
CRM/Campaign/Form/Petition.php
CRM/Campaign/Form/Petition/Signature.php
CRM/Campaign/StateMachine/Search.php
CRM/Case/Form/Activity/OpenCase.php
CRM/Case/StateMachine/Search.php
CRM/Contact/BAO/GroupContactCache.php
CRM/Contact/Form/Edit/Household.php
CRM/Contact/Form/Inline.php
CRM/Contact/Form/Task/Useradd.php
CRM/Contact/StateMachine/Search.php
CRM/Contribute/Form/AbstractEditPayment.php
CRM/Contribute/Form/AdditionalPayment.php
CRM/Contribute/Form/Contribution.php
CRM/Contribute/Form/Contribution/Confirm.php
CRM/Contribute/Form/ContributionBase.php
CRM/Contribute/Form/ContributionPage/Delete.php
CRM/Contribute/Form/UpdateSubscription.php
CRM/Contribute/StateMachine/Search.php
CRM/Core/BAO/CustomField.php
CRM/Core/BAO/Mapping.php
CRM/Core/BAO/OptionValue.php
CRM/Core/Payment.php
CRM/Core/Payment/AuthorizeNet.php
CRM/Core/Payment/Dummy.php
CRM/Core/Payment/Google.php
CRM/Core/Payment/IATS.php
CRM/Core/Payment/Moneris.php
CRM/Core/Payment/PayJunction.php
CRM/Core/Payment/PayPalImpl.php
CRM/Core/Payment/PayflowPro.php
CRM/Core/Payment/PaymentExpress.php
CRM/Core/Payment/Realex.php
CRM/Core/PseudoConstant.php
CRM/Core/Report/Excel.php
CRM/Event/Form/ManageEvent.php
CRM/Event/Form/ManageEvent/Delete.php
CRM/Event/Form/Participant.php
CRM/Event/Form/Registration.php
CRM/Event/Form/Registration/Confirm.php
CRM/Event/StateMachine/Search.php
CRM/Extension/Manager/Payment.php
CRM/Friend/Form.php
CRM/Grant/Form/Grant.php
CRM/Grant/StateMachine/Search.php
CRM/Logging/Schema.php
CRM/Member/StateMachine/Search.php
CRM/PCP/Form/Contribute.php
CRM/PCP/Form/Event.php
CRM/PCP/Form/PCPAccount.php
CRM/Pledge/Form/Payment.php
CRM/Pledge/Form/Pledge.php
CRM/Pledge/StateMachine/Search.php
CRM/Upgrade/Form.php
CRM/Utils/Date.php
CRM/Utils/String.php
tools/CRM/Auction/Form/Auction.php
tools/CRM/Auction/Form/Item.php
tools/CRM/Auction/Form/ItemAccount.php
tools/CRM/Auction/Page/Item.php
tools/CRM/Auction/Page/ManageItem.php
tools/extensions/org.civicrm.payment.googlecheckout/GoogleCheckout.php