small cosmetic fixes

This commit is contained in:
Marc Michalsky forumZFD 2021-02-02 20:25:42 +01:00
parent e65ef40c11
commit b6b658df5c
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
2 changed files with 13 additions and 11 deletions

View file

@ -204,7 +204,7 @@ abstract class CRM_TwingleCampaign_BAO_Campaign {
/** /**
* Set counter url * ## Set counter url
* *
* @param String $counterUrl * @param String $counterUrl
* URL of the counter * URL of the counter
@ -287,8 +287,8 @@ abstract class CRM_TwingleCampaign_BAO_Campaign {
/** /**
* ## Get timestamp * ## Get timestamp
* Validates **$input** to be either a *DateTime string* or an *Unix timestamp* * Validates **$input** to be either a *DateTime string* or an *Unix
* and in both cases returns a *Unix time stamp*. * timestamp* and in both cases returns a *Unix time stamp*.
* *
* @param $input * @param $input
* Provide a DateTime string or a Unix timestamp * Provide a DateTime string or a Unix timestamp
@ -322,8 +322,8 @@ abstract class CRM_TwingleCampaign_BAO_Campaign {
/** /**
* ## Get DateTime * ## Get DateTime
* Validates **$input** to be either a *DateTime string* or an *Unix timestamp* * Validates **$input** to be either a *DateTime string* or an *Unix
* and in both cases returns *DateTime string*. * timestamp* and in both cases returns *DateTime string*.
* *
* @param $input * @param $input
* Provide a DateTime string or a Unix timestamp * Provide a DateTime string or a Unix timestamp

View file

@ -128,8 +128,10 @@ class CRM_TwingleCampaign_BAO_TwingleProject extends Campaign {
* ## Translate values between CiviCRM Campaigns and Twingle formats * ## Translate values between CiviCRM Campaigns and Twingle formats
* *
* Constants for **$direction**:<br> * Constants for **$direction**:<br>
* **TwingleProject::IN** translate array values from Twingle to CiviCRM format<br> * **TwingleProject::IN** translate array values from Twingle to CiviCRM
* **TwingleProject::OUT** translate array values from CiviCRM to Twingle format * format<br>
* **TwingleProject::OUT** translate array values from CiviCRM to Twingle
* format
* *
* @param array $values * @param array $values
* array of values to translate * array of values to translate