From: Bradley Taylor Date: Sat, 15 Jan 2022 11:21:09 +0000 (+0000) Subject: Update phpdoc references to $self to include type X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e8cf95b40d52d51a29036078c997082c7f4a0653;p=civicrm-core.git Update phpdoc references to $self to include type --- diff --git a/CRM/Activity/Form/Activity.php b/CRM/Activity/Form/Activity.php index 4f0d8b3a17..819e2c7607 100644 --- a/CRM/Activity/Form/Activity.php +++ b/CRM/Activity/Form/Activity.php @@ -829,7 +829,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task { * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * @return bool|array * true if no errors, else array of errors diff --git a/CRM/Activity/Form/ActivityLinks.php b/CRM/Activity/Form/ActivityLinks.php index bc7ff22f08..ae43fc4dae 100644 --- a/CRM/Activity/Form/ActivityLinks.php +++ b/CRM/Activity/Form/ActivityLinks.php @@ -25,7 +25,7 @@ class CRM_Activity_Form_ActivityLinks extends CRM_Core_Form { } /** - * @param $self + * @param self $self */ public static function commonBuildQuickForm($self) { $contactId = CRM_Utils_Request::retrieve('cid', 'Positive', $self); diff --git a/CRM/Admin/Form/ContactType.php b/CRM/Admin/Form/ContactType.php index 661913613a..ac90dbeace 100644 --- a/CRM/Admin/Form/ContactType.php +++ b/CRM/Admin/Form/ContactType.php @@ -67,7 +67,7 @@ class CRM_Admin_Form_ContactType extends CRM_Admin_Form { * The input form values. * * @param $files - * @param $self + * @param self $self * * @return bool|array * true if no errors, else array of errors diff --git a/CRM/Admin/Form/OptionGroup.php b/CRM/Admin/Form/OptionGroup.php index 8cb2a62f5e..6de152bb9e 100644 --- a/CRM/Admin/Form/OptionGroup.php +++ b/CRM/Admin/Form/OptionGroup.php @@ -94,7 +94,7 @@ class CRM_Admin_Form_OptionGroup extends CRM_Admin_Form { * The input form values. * * @param $files - * @param $self + * @param self $self * * @return bool|array * true if no errors, else array of errors diff --git a/CRM/Campaign/Form/Task/Reserve.php b/CRM/Campaign/Form/Task/Reserve.php index 97c1b72d06..a1988f6e6e 100644 --- a/CRM/Campaign/Form/Task/Reserve.php +++ b/CRM/Campaign/Form/Task/Reserve.php @@ -187,7 +187,7 @@ class CRM_Campaign_Form_Task_Reserve extends CRM_Campaign_Form_Task { * Posted values of the form. * * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Case/Form/Activity.php b/CRM/Case/Form/Activity.php index 0415212fd8..7b04c4a14b 100644 --- a/CRM/Case/Form/Activity.php +++ b/CRM/Case/Form/Activity.php @@ -329,7 +329,7 @@ class CRM_Case_Form_Activity extends CRM_Activity_Form_Activity { * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * @return bool|array * true if no errors, else array of errors diff --git a/CRM/Contact/Form/DedupeRules.php b/CRM/Contact/Form/DedupeRules.php index beef61afbf..6539126565 100644 --- a/CRM/Contact/Form/DedupeRules.php +++ b/CRM/Contact/Form/DedupeRules.php @@ -128,7 +128,7 @@ class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form { * Posted values of the form. * * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Contact/Form/Merge.php b/CRM/Contact/Form/Merge.php index 4ccd00c0b5..45fff4c56b 100644 --- a/CRM/Contact/Form/Merge.php +++ b/CRM/Contact/Form/Merge.php @@ -292,7 +292,7 @@ class CRM_Contact_Form_Merge extends CRM_Core_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Contact/Import/Form/Preview.php b/CRM/Contact/Import/Form/Preview.php index d25cd4f58e..48f484eb00 100644 --- a/CRM/Contact/Import/Form/Preview.php +++ b/CRM/Contact/Import/Form/Preview.php @@ -163,7 +163,7 @@ class CRM_Contact_Import_Form_Preview extends CRM_Import_Form_Preview { * Posted values of the form. * * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Contribute/Form/AdditionalPayment.php b/CRM/Contribute/Form/AdditionalPayment.php index eed602b382..35cd1fb601 100644 --- a/CRM/Contribute/Form/AdditionalPayment.php +++ b/CRM/Contribute/Form/AdditionalPayment.php @@ -264,7 +264,7 @@ class CRM_Contribute_Form_AdditionalPayment extends CRM_Contribute_Form_Abstract /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 03db05596d..703ad29126 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -855,7 +855,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * @return bool|array * true if no errors, else array of errors diff --git a/CRM/Contribute/Form/ContributionPage/Amount.php b/CRM/Contribute/Form/ContributionPage/Amount.php index cbf3d45046..d763f11f0c 100644 --- a/CRM/Contribute/Form/ContributionPage/Amount.php +++ b/CRM/Contribute/Form/ContributionPage/Amount.php @@ -290,7 +290,7 @@ class CRM_Contribute_Form_ContributionPage_Amount extends CRM_Contribute_Form_Co * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * * @return bool|array diff --git a/CRM/Contribute/Form/ContributionPage/Settings.php b/CRM/Contribute/Form/ContributionPage/Settings.php index f9adcb47c9..6e0341dcb8 100644 --- a/CRM/Contribute/Form/ContributionPage/Settings.php +++ b/CRM/Contribute/Form/ContributionPage/Settings.php @@ -226,7 +226,7 @@ class CRM_Contribute_Form_ContributionPage_Settings extends CRM_Contribute_Form_ * Posted values of the form. * * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Contribute/Form/ContributionPage/Widget.php b/CRM/Contribute/Form/ContributionPage/Widget.php index f962551188..937d7457c3 100644 --- a/CRM/Contribute/Form/ContributionPage/Widget.php +++ b/CRM/Contribute/Form/ContributionPage/Widget.php @@ -204,7 +204,7 @@ class CRM_Contribute_Form_ContributionPage_Widget extends CRM_Contribute_Form_Co * (ref.) an assoc array of name/value pairs. * * @param $files - * @param $self + * @param self $self * * @return bool|array * mixed true or array of errors diff --git a/CRM/Contribute/Form/SoftCredit.php b/CRM/Contribute/Form/SoftCredit.php index eb8e75014b..648235a5d7 100644 --- a/CRM/Contribute/Form/SoftCredit.php +++ b/CRM/Contribute/Form/SoftCredit.php @@ -169,7 +169,7 @@ class CRM_Contribute_Form_SoftCredit { * The input form values. * * @param $errors - * @param $self + * @param self $self * * @return array * Array of errors diff --git a/CRM/Contribute/Import/Form/MapField.php b/CRM/Contribute/Import/Form/MapField.php index 65a8733440..8b20bb9793 100644 --- a/CRM/Contribute/Import/Form/MapField.php +++ b/CRM/Contribute/Import/Form/MapField.php @@ -315,7 +315,7 @@ class CRM_Contribute_Import_Form_MapField extends CRM_Import_Form_MapField { * Posted values of the form. * * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Custom/Form/Field.php b/CRM/Custom/Form/Field.php index d766c9248d..f73ec92d62 100644 --- a/CRM/Custom/Form/Field.php +++ b/CRM/Custom/Form/Field.php @@ -495,7 +495,7 @@ class CRM_Custom_Form_Field extends CRM_Core_Form { * Posted values of the form. * * @param $files - * @param $self + * @param self $self * * @return array * if errors then list of errors to be posted back to the form, diff --git a/CRM/Custom/Form/Group.php b/CRM/Custom/Form/Group.php index 1d9db272ed..ced4476b64 100644 --- a/CRM/Custom/Form/Group.php +++ b/CRM/Custom/Form/Group.php @@ -87,7 +87,7 @@ class CRM_Custom_Form_Group extends CRM_Core_Form { * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * * @return bool|array diff --git a/CRM/Custom/Form/MoveField.php b/CRM/Custom/Form/MoveField.php index 0dcd317734..59d2af4eb9 100644 --- a/CRM/Custom/Form/MoveField.php +++ b/CRM/Custom/Form/MoveField.php @@ -125,7 +125,7 @@ class CRM_Custom_Form_MoveField extends CRM_Core_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array|bool */ diff --git a/CRM/Event/Form/Participant.php b/CRM/Event/Form/Participant.php index 3ec0747f23..98666d186a 100644 --- a/CRM/Event/Form/Participant.php +++ b/CRM/Event/Form/Participant.php @@ -786,7 +786,7 @@ class CRM_Event_Form_Participant extends CRM_Contribute_Form_AbstractEditPayment * @param array $values * Posted values of the form. * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Event/Form/ParticipantFeeSelection.php b/CRM/Event/Form/ParticipantFeeSelection.php index a4cb587a92..d266851b36 100644 --- a/CRM/Event/Form/ParticipantFeeSelection.php +++ b/CRM/Event/Form/ParticipantFeeSelection.php @@ -212,7 +212,7 @@ class CRM_Event_Form_ParticipantFeeSelection extends CRM_Core_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Event/Form/Registration/AdditionalParticipant.php b/CRM/Event/Form/Registration/AdditionalParticipant.php index 37fcc48b46..587332cf65 100644 --- a/CRM/Event/Form/Registration/AdditionalParticipant.php +++ b/CRM/Event/Form/Registration/AdditionalParticipant.php @@ -367,7 +367,7 @@ class CRM_Event_Form_Registration_AdditionalParticipant extends CRM_Event_Form_R * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * * @return bool|array @@ -512,7 +512,7 @@ class CRM_Event_Form_Registration_AdditionalParticipant extends CRM_Event_Form_R } /** - * @param $self + * @param self $self * @param $fields * * @return bool diff --git a/CRM/Event/Form/SelfSvcUpdate.php b/CRM/Event/Form/SelfSvcUpdate.php index 97a51481da..ed1055eb49 100644 --- a/CRM/Event/Form/SelfSvcUpdate.php +++ b/CRM/Event/Form/SelfSvcUpdate.php @@ -187,7 +187,7 @@ class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form { * @param array $fields * Posted fields of the form. * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Event/Import/Form/MapField.php b/CRM/Event/Import/Form/MapField.php index c7864e2aa5..df28b3141f 100644 --- a/CRM/Event/Import/Form/MapField.php +++ b/CRM/Event/Import/Form/MapField.php @@ -268,7 +268,7 @@ class CRM_Event_Import_Form_MapField extends CRM_Import_Form_MapField { * Posted values of the form. * * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Export/Form/Select.php b/CRM/Export/Form/Select.php index e5bad4f70a..6a3198f275 100644 --- a/CRM/Export/Form/Select.php +++ b/CRM/Export/Form/Select.php @@ -236,7 +236,7 @@ FROM {$this->_componentTable} * (ref.) an assoc array of name/value pairs. * * @param $files - * @param $self + * @param self $self * * @return bool|array * mixed true or array of errors diff --git a/CRM/Financial/Form/FinancialAccount.php b/CRM/Financial/Form/FinancialAccount.php index 82fb432f85..ea6e127caf 100644 --- a/CRM/Financial/Form/FinancialAccount.php +++ b/CRM/Financial/Form/FinancialAccount.php @@ -115,7 +115,7 @@ class CRM_Financial_Form_FinancialAccount extends CRM_Contribute_Form { * @param array $values * posted values of the form * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Financial/Form/FinancialBatch.php b/CRM/Financial/Form/FinancialBatch.php index 8665b6fc2c..a417ab8a21 100644 --- a/CRM/Financial/Form/FinancialBatch.php +++ b/CRM/Financial/Form/FinancialBatch.php @@ -141,7 +141,7 @@ class CRM_Financial_Form_FinancialBatch extends CRM_Contribute_Form { * * @param array $values * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Financial/Form/FinancialTypeAccount.php b/CRM/Financial/Form/FinancialTypeAccount.php index a3e66c76b4..fae3624ab9 100644 --- a/CRM/Financial/Form/FinancialTypeAccount.php +++ b/CRM/Financial/Form/FinancialTypeAccount.php @@ -200,7 +200,7 @@ class CRM_Financial_Form_FinancialTypeAccount extends CRM_Core_Form { * @param array $values * posted values of the form * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/Financial/Form/PaymentEdit.php b/CRM/Financial/Form/PaymentEdit.php index 23f4143307..afa6bd745c 100644 --- a/CRM/Financial/Form/PaymentEdit.php +++ b/CRM/Financial/Form/PaymentEdit.php @@ -139,7 +139,7 @@ class CRM_Financial_Form_PaymentEdit extends CRM_Core_Form { * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * @return bool|array * true if no errors, else array of errors diff --git a/CRM/Member/Form/MembershipRenewal.php b/CRM/Member/Form/MembershipRenewal.php index d00e5b51b4..03018c8dfd 100644 --- a/CRM/Member/Form/MembershipRenewal.php +++ b/CRM/Member/Form/MembershipRenewal.php @@ -408,7 +408,7 @@ class CRM_Member_Form_MembershipRenewal extends CRM_Member_Form { * @param array $params * (ref.) an assoc array of name/value pairs. * @param $files - * @param $self + * @param self $self * * @return bool|array * mixed true or array of errors diff --git a/CRM/Member/Import/Form/MapField.php b/CRM/Member/Import/Form/MapField.php index de1f18b1d7..0b1ee0e938 100644 --- a/CRM/Member/Import/Form/MapField.php +++ b/CRM/Member/Import/Form/MapField.php @@ -285,7 +285,7 @@ class CRM_Member_Import_Form_MapField extends CRM_Import_Form_MapField { * Posted values of the form. * * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form diff --git a/CRM/PCP/Form/Campaign.php b/CRM/PCP/Form/Campaign.php index 538300bb4a..40efeadcd7 100644 --- a/CRM/PCP/Form/Campaign.php +++ b/CRM/PCP/Form/Campaign.php @@ -157,7 +157,7 @@ class CRM_PCP_Form_Campaign extends CRM_Core_Form { * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * * @return bool|array diff --git a/CRM/PCP/Form/Contribute.php b/CRM/PCP/Form/Contribute.php index 8c5b82c7d9..c97df89bec 100644 --- a/CRM/PCP/Form/Contribute.php +++ b/CRM/PCP/Form/Contribute.php @@ -88,7 +88,7 @@ class CRM_PCP_Form_Contribute extends CRM_Contribute_Form_ContributionPage { * (ref.) an assoc array of name/value pairs. * * @param $files - * @param $self + * @param self $self * * @return bool|array * mixed true or array of errors diff --git a/CRM/PCP/Form/Event.php b/CRM/PCP/Form/Event.php index 3a0f95f745..22034defd5 100644 --- a/CRM/PCP/Form/Event.php +++ b/CRM/PCP/Form/Event.php @@ -118,7 +118,7 @@ class CRM_PCP_Form_Event extends CRM_Event_Form_ManageEvent { * (ref.) an assoc array of name/value pairs. * * @param $files - * @param $self + * @param self $self * * @return bool|array * mixed true or array of errors diff --git a/CRM/PCP/Form/PCPAccount.php b/CRM/PCP/Form/PCPAccount.php index fd148fdd3e..bc052f7e14 100644 --- a/CRM/PCP/Form/PCPAccount.php +++ b/CRM/PCP/Form/PCPAccount.php @@ -214,7 +214,7 @@ class CRM_PCP_Form_PCPAccount extends CRM_Core_Form { * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * * @return bool|array diff --git a/CRM/Pledge/Form/Pledge.php b/CRM/Pledge/Form/Pledge.php index 5543b6cfe7..1f0b15f14e 100644 --- a/CRM/Pledge/Form/Pledge.php +++ b/CRM/Pledge/Form/Pledge.php @@ -385,7 +385,7 @@ class CRM_Pledge_Form_Pledge extends CRM_Core_Form { * The input form values. * @param array $files * The uploaded files if any. - * @param $self + * @param self $self * * * @return bool|array diff --git a/CRM/Report/Form/Activity.php b/CRM/Report/Form/Activity.php index d85edac156..0ac5d055bf 100644 --- a/CRM/Report/Form/Activity.php +++ b/CRM/Report/Form/Activity.php @@ -694,7 +694,7 @@ GROUP BY civicrm_activity_id $having {$this->_orderBy}"; /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/ActivitySummary.php b/CRM/Report/Form/ActivitySummary.php index 38e20f360e..3f1e9c14d5 100644 --- a/CRM/Report/Form/ActivitySummary.php +++ b/CRM/Report/Form/ActivitySummary.php @@ -561,7 +561,7 @@ class CRM_Report_Form_ActivitySummary extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Case/Demographics.php b/CRM/Report/Form/Case/Demographics.php index 99346e02e7..b24b06443b 100644 --- a/CRM/Report/Form/Case/Demographics.php +++ b/CRM/Report/Form/Case/Demographics.php @@ -263,7 +263,7 @@ where (cg.extends='Contact' OR cg.extends='Individual' OR cg.extends_entity_colu /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Case/Summary.php b/CRM/Report/Form/Case/Summary.php index 52fb291cc1..7f2114988d 100644 --- a/CRM/Report/Form/Case/Summary.php +++ b/CRM/Report/Form/Case/Summary.php @@ -223,7 +223,7 @@ class CRM_Report_Form_Case_Summary extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Case/TimeSpent.php b/CRM/Report/Form/Case/TimeSpent.php index 53572ae20b..25a4eaded2 100644 --- a/CRM/Report/Form/Case/TimeSpent.php +++ b/CRM/Report/Form/Case/TimeSpent.php @@ -307,7 +307,7 @@ class CRM_Report_Form_Case_TimeSpent extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Contact/Detail.php b/CRM/Report/Form/Contact/Detail.php index 56fcb47c60..de96980cf0 100644 --- a/CRM/Report/Form/Contact/Detail.php +++ b/CRM/Report/Form/Contact/Detail.php @@ -440,7 +440,7 @@ class CRM_Report_Form_Contact_Detail extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Contact/Log.php b/CRM/Report/Form/Contact/Log.php index 3fbec11212..61c2b161d4 100644 --- a/CRM/Report/Form/Contact/Log.php +++ b/CRM/Report/Form/Contact/Log.php @@ -149,7 +149,7 @@ class CRM_Report_Form_Contact_Log extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Contact/Summary.php b/CRM/Report/Form/Contact/Summary.php index 2adf144166..0d330b3ae7 100644 --- a/CRM/Report/Form/Contact/Summary.php +++ b/CRM/Report/Form/Contact/Summary.php @@ -128,7 +128,7 @@ class CRM_Report_Form_Contact_Summary extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Contribute/History.php b/CRM/Report/Form/Contribute/History.php index ba2dd4212c..c9242bc038 100644 --- a/CRM/Report/Form/Contribute/History.php +++ b/CRM/Report/Form/Contribute/History.php @@ -527,7 +527,7 @@ class CRM_Report_Form_Contribute_History extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Contribute/TopDonor.php b/CRM/Report/Form/Contribute/TopDonor.php index 4f11326c08..b0c4b769d8 100644 --- a/CRM/Report/Form/Contribute/TopDonor.php +++ b/CRM/Report/Form/Contribute/TopDonor.php @@ -198,7 +198,7 @@ class CRM_Report_Form_Contribute_TopDonor extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Event/ParticipantListCount.php b/CRM/Report/Form/Event/ParticipantListCount.php index 6e98f4be8b..be90758fdb 100644 --- a/CRM/Report/Form/Event/ParticipantListCount.php +++ b/CRM/Report/Form/Event/ParticipantListCount.php @@ -426,7 +426,7 @@ class CRM_Report_Form_Event_ParticipantListCount extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index c302223728..8404338b26 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -476,7 +476,7 @@ ORDER BY cv.label /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Mailing/Bounce.php b/CRM/Report/Form/Mailing/Bounce.php index 27027d3586..45f23d00ca 100644 --- a/CRM/Report/Form/Mailing/Bounce.php +++ b/CRM/Report/Form/Mailing/Bounce.php @@ -291,7 +291,7 @@ class CRM_Report_Form_Mailing_Bounce extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Mailing/Clicks.php b/CRM/Report/Form/Mailing/Clicks.php index d56739014c..d4cd2cec11 100644 --- a/CRM/Report/Form/Mailing/Clicks.php +++ b/CRM/Report/Form/Mailing/Clicks.php @@ -247,7 +247,7 @@ class CRM_Report_Form_Mailing_Clicks extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Mailing/Opened.php b/CRM/Report/Form/Mailing/Opened.php index c7a68f2cb4..4f5b76d655 100644 --- a/CRM/Report/Form/Mailing/Opened.php +++ b/CRM/Report/Form/Mailing/Opened.php @@ -238,7 +238,7 @@ class CRM_Report_Form_Mailing_Opened extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Mailing/Summary.php b/CRM/Report/Form/Mailing/Summary.php index 4b3f5a2b8e..1521f737c7 100644 --- a/CRM/Report/Form/Mailing/Summary.php +++ b/CRM/Report/Form/Mailing/Summary.php @@ -515,7 +515,7 @@ class CRM_Report_Form_Mailing_Summary extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Member/Lapse.php b/CRM/Report/Form/Member/Lapse.php index dad64c28fb..236c4cd309 100644 --- a/CRM/Report/Form/Member/Lapse.php +++ b/CRM/Report/Form/Member/Lapse.php @@ -181,7 +181,7 @@ class CRM_Report_Form_Member_Lapse extends CRM_Report_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/Report/Form/Register.php b/CRM/Report/Form/Register.php index f1ccbfc59d..c4a8f65945 100644 --- a/CRM/Report/Form/Register.php +++ b/CRM/Report/Form/Register.php @@ -116,7 +116,7 @@ class CRM_Report_Form_Register extends CRM_Core_Form { /** * @param $fields * @param $files - * @param $self + * @param self $self * * @return array */ diff --git a/CRM/SMS/Form/Schedule.php b/CRM/SMS/Form/Schedule.php index 04d68bda9f..00afbb84e8 100644 --- a/CRM/SMS/Form/Schedule.php +++ b/CRM/SMS/Form/Schedule.php @@ -100,7 +100,7 @@ class CRM_SMS_Form_Schedule extends CRM_Core_Form { * The form values. * * @param $files - * @param $self + * @param self $self * * @return bool * True if either we deliver immediately, or the date is properly diff --git a/CRM/SMS/Form/Upload.php b/CRM/SMS/Form/Upload.php index 64078f123c..e33c9244a7 100644 --- a/CRM/SMS/Form/Upload.php +++ b/CRM/SMS/Form/Upload.php @@ -245,7 +245,7 @@ class CRM_SMS_Form_Upload extends CRM_Core_Form { * (ref.) an assoc array of name/value pairs. * * @param $files - * @param $self + * @param self $self * * @return bool|array * mixed true or array of errors diff --git a/CRM/UF/Form/Field.php b/CRM/UF/Form/Field.php index b639b71b14..2b257fb678 100644 --- a/CRM/UF/Form/Field.php +++ b/CRM/UF/Form/Field.php @@ -728,7 +728,7 @@ class CRM_UF_Form_Field extends CRM_Core_Form { * Posted values of the form. * * @param $files - * @param $self + * @param self $self * * @return array * list of errors to be posted back to the form