Update phpdoc references to $self to include type
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 15 Jan 2022 11:21:09 +0000 (11:21 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 15 Jan 2022 11:21:09 +0000 (11:21 +0000)
57 files changed:
CRM/Activity/Form/Activity.php
CRM/Activity/Form/ActivityLinks.php
CRM/Admin/Form/ContactType.php
CRM/Admin/Form/OptionGroup.php
CRM/Campaign/Form/Task/Reserve.php
CRM/Case/Form/Activity.php
CRM/Contact/Form/DedupeRules.php
CRM/Contact/Form/Merge.php
CRM/Contact/Import/Form/Preview.php
CRM/Contribute/Form/AdditionalPayment.php
CRM/Contribute/Form/Contribution.php
CRM/Contribute/Form/ContributionPage/Amount.php
CRM/Contribute/Form/ContributionPage/Settings.php
CRM/Contribute/Form/ContributionPage/Widget.php
CRM/Contribute/Form/SoftCredit.php
CRM/Contribute/Import/Form/MapField.php
CRM/Custom/Form/Field.php
CRM/Custom/Form/Group.php
CRM/Custom/Form/MoveField.php
CRM/Event/Form/Participant.php
CRM/Event/Form/ParticipantFeeSelection.php
CRM/Event/Form/Registration/AdditionalParticipant.php
CRM/Event/Form/SelfSvcUpdate.php
CRM/Event/Import/Form/MapField.php
CRM/Export/Form/Select.php
CRM/Financial/Form/FinancialAccount.php
CRM/Financial/Form/FinancialBatch.php
CRM/Financial/Form/FinancialTypeAccount.php
CRM/Financial/Form/PaymentEdit.php
CRM/Member/Form/MembershipRenewal.php
CRM/Member/Import/Form/MapField.php
CRM/PCP/Form/Campaign.php
CRM/PCP/Form/Contribute.php
CRM/PCP/Form/Event.php
CRM/PCP/Form/PCPAccount.php
CRM/Pledge/Form/Pledge.php
CRM/Report/Form/Activity.php
CRM/Report/Form/ActivitySummary.php
CRM/Report/Form/Case/Demographics.php
CRM/Report/Form/Case/Summary.php
CRM/Report/Form/Case/TimeSpent.php
CRM/Report/Form/Contact/Detail.php
CRM/Report/Form/Contact/Log.php
CRM/Report/Form/Contact/Summary.php
CRM/Report/Form/Contribute/History.php
CRM/Report/Form/Contribute/TopDonor.php
CRM/Report/Form/Event/ParticipantListCount.php
CRM/Report/Form/Event/ParticipantListing.php
CRM/Report/Form/Mailing/Bounce.php
CRM/Report/Form/Mailing/Clicks.php
CRM/Report/Form/Mailing/Opened.php
CRM/Report/Form/Mailing/Summary.php
CRM/Report/Form/Member/Lapse.php
CRM/Report/Form/Register.php
CRM/SMS/Form/Schedule.php
CRM/SMS/Form/Upload.php
CRM/UF/Form/Field.php

index 4f0d8b3a17cac76308115cccd513bd855d8a5f97..819e2c76076b406065b163aa04122841f656e697 100644 (file)
@@ -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
index bc7ff22f089eb3986e7d77eed41d93a296d35a07..ae43fc4dae9c92c38ed45b10c42aca6bc69a9156 100644 (file)
@@ -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);
index 661913613ac1be58d4d7a1dc9554cf5545439563..ac90dbeace908586991d7b86561f97919fe201f9 100644 (file)
@@ -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
index 8cb2a62f5e4bfdf411895225f6bc56490d961db6..6de152bb9e83a7ad7bf513f3bcf790d8e2f0dfdf 100644 (file)
@@ -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
index 97c1b72d060178167a6a49ef2f9723221ef3b59f..a1988f6e6e5f2048ccf2ef997acf1d99bf5a5ba4 100644 (file)
@@ -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
index 0415212fd8ded8ef4aa63be0c1bbb100e7d14b92..7b04c4a14bd74b43d162588b7567637b4d1e9dca 100644 (file)
@@ -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
index beef61afbf9c55884d89698e3c5259c416592afb..6539126565e7eacee1546ec4c137ffbc24b26a94 100644 (file)
@@ -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
index 4ccd00c0b5223e677b9ff324ce660330640a0cdf..45fff4c56b9c0deca8d8d6a08fbc6a1e1a3960b0 100644 (file)
@@ -292,7 +292,7 @@ class CRM_Contact_Form_Merge extends CRM_Core_Form {
   /**
    * @param $fields
    * @param $files
-   * @param $self
+   * @param self $self
    *
    * @return array
    */
index d25cd4f58eced0cc559949abd431ca8153708aa8..48f484eb00362ae32242f3e2b6691c1b48b692c4 100644 (file)
@@ -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
index eed602b3827f15c0996baaa46ab3d3770d19fdfd..35cd1fb601d3821ecd5a7e80b64d6458a22e1935 100644 (file)
@@ -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
    */
index 03db05596d16cac8f77f2edf91eb0227d2ccd747..703ad2912630eb26608e07e12f15563880f53dd6 100644 (file)
@@ -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
index cbf3d450465b57ad5e564a34d0699fcdb3b7da19..d763f11f0c2c0bc17d16954061801fe0b389743e 100644 (file)
@@ -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
index f9adcb47c9bea3541cc7af6ccfad050d02d97e89..6e0341dcb8c25d30def62e1837e741b4dea0230e 100644 (file)
@@ -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
index f962551188c5f44a01cd8a06fc7fb532c136c669..937d7457c35a43236c50ec980e6375235353fa5e 100644 (file)
@@ -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
index eb8e75014b2f0a2f21bd7beb4602a09fc07509bf..648235a5d7272050c6501dc4c80448867820a13b 100644 (file)
@@ -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
index 65a873344036e575571c3e06a80cd6292dd6636b..8b20bb97934786693ced2ae621c673401c8b63e0 100644 (file)
@@ -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
index d766c9248d1edc6dcbf10e6c239340bc1ab4dfcc..f73ec92d6269ac3115a139e7ce2c77e895345300 100644 (file)
@@ -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,
index 1d9db272edb643bcce1e94e2aaa9f433b4e6e228..ced4476b641cef197d47d482780e7591127c93d9 100644 (file)
@@ -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
index 0dcd317734c7f55e45bc40189a30c0c153f96764..59d2af4eb97f1512fe4f78c30fb413b315dc1f65 100644 (file)
@@ -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
    */
index 3ec0747f23fef192357f2497cdf0d2ea537e1428..98666d186abe8d0a1d8ba762fc1941a0979c4c3c 100644 (file)
@@ -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
index a4cb587a92530c806623f4209d610e08870eab69..d266851b3612a0109874a95a18e86268f721de34 100644 (file)
@@ -212,7 +212,7 @@ class CRM_Event_Form_ParticipantFeeSelection extends CRM_Core_Form {
   /**
    * @param $fields
    * @param $files
-   * @param $self
+   * @param self $self
    *
    * @return array
    */
index 37fcc48b4625620be24423654a8846f8e582d7fb..587332cf6559eb903f4eb551dbec90b32d626adf 100644 (file)
@@ -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
index 97a51481da422775807a7b1d94f042c5198d5585..ed1055eb49bec953c1dd40d9bead3f88ea93e0b2 100644 (file)
@@ -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
index c7864e2aa5123b1aa97861082ec8ccafdb5abd1c..df28b3141fbffa169ebbb324330cd7071899a07f 100644 (file)
@@ -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
index e5bad4f70ac7e1857c7ae4388ab8903277e4f459..6a3198f275b6dad85620412f4047d5f09d013638 100644 (file)
@@ -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
index 82fb432f8512741aebab6f45a9e22be64d758b46..ea6e127cafc75c3f6aad5ce14d0c2e18f368fa0a 100644 (file)
@@ -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
index 8665b6fc2c3f71bc9db46dcc133c78a45d220d3d..a417ab8a2180d4f9582a8ff39455f084dfd69fd3 100644 (file)
@@ -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
index a3e66c76b4c50d7528ba9af86c6d7d979c0eefd8..fae3624ab93d06d61af770d478fc6aa67f00d570 100644 (file)
@@ -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
index 23f41433079b0d05ee4a92ce1b40cbccedd32d56..afa6bd745c4b574f795b9387cecc0fefb227039a 100644 (file)
@@ -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
index d00e5b51b4b1c1008e49891f5d94893bfe7b2049..03018c8dfd83994c96774734f86e4ac276e4be19 100644 (file)
@@ -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
index de1f18b1d7e83c1f845ec2e1df6bd0918094e8ba..0b1ee0e9384085d1102355ab76ecd279545d6677 100644 (file)
@@ -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
index 538300bb4aca3e3735861e98dabb7c870193663a..40efeadcd7f2792f7fa61e2897cd57dd8b381f91 100644 (file)
@@ -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
index 8c5b82c7d906160e01358ee98867740dcb5a820e..c97df89becfc15e98cb39a70728cf594e184ad59 100644 (file)
@@ -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
index 3a0f95f7452adb3addac734238ae8d12b7d10bd7..22034defd5456a8a334a8fa36cf2a02581cd18aa 100644 (file)
@@ -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
index fd148fdd3eb56c304a2867cfab459494f26992e2..bc052f7e145d58af392a2c0b86412c420780c7e6 100644 (file)
@@ -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
index 5543b6cfe72c4db169890da6190ad95c54a486bc..1f0b15f14ebaabc86917cd65d735906c48bc9ada 100644 (file)
@@ -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
index d85edac156e175b1f4d3ecb49ec39ec930453fd7..0ac5d055bfb9d19425385181167c16b731ca991b 100644 (file)
@@ -694,7 +694,7 @@ GROUP BY civicrm_activity_id $having {$this->_orderBy}";
   /**
    * @param $fields
    * @param $files
-   * @param $self
+   * @param self $self
    *
    * @return array
    */
index 38e20f360ee6bca04f837aeb9710847f9c5f3f5d..3f1e9c14d5a2975049bbb5d96eb6466cba672d2e 100644 (file)
@@ -561,7 +561,7 @@ class CRM_Report_Form_ActivitySummary extends CRM_Report_Form {
   /**
    * @param $fields
    * @param $files
-   * @param $self
+   * @param self $self
    *
    * @return array
    */
index 99346e02e79ea0239e91ec2cf423f48920ef85c6..b24b06443ba7f4c67ce0bb623ad20710a45e0788 100644 (file)
@@ -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
    */
index 52fb291cc17da0c6337bba7c7eebc6e5f9326aab..7f2114988d86d837d843f517283267583ac70963 100644 (file)
@@ -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
    */
index 53572ae20b945aa03ea91996759469b6e68b43c3..25a4eaded29d602517f7bc39854d59a3934196a4 100644 (file)
@@ -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
    */
index 56fcb47c60786ba0f6f14d96d35d330f9c411ba8..de96980cf0f6a5510977aa22434a734a57e03af4 100644 (file)
@@ -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
    */
index 3fbec112126477917e5c5353301167fbbfdc78b3..61c2b161d43ce88f29779b1fe2f710c8fdea8bbc 100644 (file)
@@ -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
    */
index 2adf144166e79648f0c86155228f146c6a222fc7..0d330b3ae743d0cfd1e7c16c0a020c747d22999e 100644 (file)
@@ -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
    */
index ba2dd4212cbb0451f89823656cb6063ba0846d10..c9242bc038e9ca80840e368ecc3197b165f71e40 100644 (file)
@@ -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
    */
index 4f11326c08788f478a06495718afdef8f41678c7..b0c4b769d8d0326fb016ea4aff343e19c6cc0ac7 100644 (file)
@@ -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
    */
index 6e98f4be8be66a758946b6762d2c416846234571..be90758fdb70331ecfb04840ca75568242a0f87c 100644 (file)
@@ -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
    */
index c302223728b7e0f1c5e7adc8d2e47b7e110ab528..8404338b26432faf4a853c9849b6910182ce4eed 100644 (file)
@@ -476,7 +476,7 @@ ORDER BY  cv.label
   /**
    * @param $fields
    * @param $files
-   * @param $self
+   * @param self $self
    *
    * @return array
    */
index 27027d3586106e04391663fce985bed06b7ab11d..45f23d00cae3bb33f4a48feb05c0e57a4c79be95 100644 (file)
@@ -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
    */
index d56739014c7081019599c8d3e22a11f587d5fef9..d4cd2cec113168bbbac45ea60c1da8e296bd68aa 100644 (file)
@@ -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
    */
index c7a68f2cb45cbdc67c5f7b5c6ac66c5117287ba3..4f5b76d6557d431e637db88ef892e8134b377da3 100644 (file)
@@ -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
    */
index 4b3f5a2b8e95cbf2600339021ddefa4edd810a5e..1521f737c7aa324aa88938c7c6acf04fe5a5df82 100644 (file)
@@ -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
    */
index dad64c28fb5d89ef04e9efcdcdfb5a215539db2d..236c4cd30987d0b2f45cc5b246bad08d375f48e9 100644 (file)
@@ -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
    */
index f1ccbfc59d9e9aa8ea1af1b4ced19ef501abcab6..c4a8f659458a027420ae3543769fe823cf450969 100644 (file)
@@ -116,7 +116,7 @@ class CRM_Report_Form_Register extends CRM_Core_Form {
   /**
    * @param $fields
    * @param $files
-   * @param $self
+   * @param self $self
    *
    * @return array
    */
index 04d68bda9f85001b7542fa0b8551d0a43a8383ee..00afbb84e8bb9b47cff112b29c84ea3c1cd271f4 100644 (file)
@@ -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
index 64078f123c390a7bf2a19dae70ed0a7ee54356a2..e33c9244a79f0c660fd4aa1bb7062d84048ae74f 100644 (file)
@@ -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
index b639b71b1496c6bd894744c0d72702ae938ee4d5..2b257fb6786c66b58a4c7b16346b3747f07d68d4 100644 (file)
@@ -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