code cleanup

This commit is contained in:
Marc Michalsky forumZFD 2021-02-10 18:08:48 +01:00
parent a99e25c40a
commit 34bf53b51b
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
4 changed files with 10 additions and 6 deletions

View file

@ -14,10 +14,10 @@ use CRM_TwingleCampaign_ExtensionUtil as E;
function _civicrm_api3_twingle_campaign_Create_spec(array &$spec) {
$spec['id'] = [
'name' => 'id',
'title' => E::ts('Twingle Project ID'),
'title' => E::ts('Twingle Campaign ID'),
'type' => CRM_Utils_Type::T_INT,
'api.required' => 0,
'description' => E::ts('The Twingle Project ID'),
'description' => E::ts('The Twingle Campaign ID'),
];
$spec['name'] = [
'name' => 'name',