PHP Code Beautifier fixes
This commit is contained in:
parent
fad228315d
commit
69843bc981
10 changed files with 389 additions and 292 deletions
|
@ -29,9 +29,10 @@ class CRM_Twingle_Config {
|
|||
*/
|
||||
public static function getRecurringProtectionOptions() {
|
||||
return [
|
||||
self::RCUR_PROTECTION_OFF => E::ts("No"),
|
||||
self::RCUR_PROTECTION_EXCEPTION => E::ts("Raise Exception"),
|
||||
self::RCUR_PROTECTION_ACTIVITY => E::ts("Create Activity"),
|
||||
self::RCUR_PROTECTION_OFF => E::ts('No'),
|
||||
self::RCUR_PROTECTION_EXCEPTION => E::ts('Raise Exception'),
|
||||
self::RCUR_PROTECTION_ACTIVITY => E::ts('Create Activity'),
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue