PHP Code Beautifier fixes

This commit is contained in:
Jens Schuppe 2024-03-25 14:58:51 +01:00
parent fad228315d
commit 69843bc981
10 changed files with 389 additions and 292 deletions

View file

@ -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'),
];
}
}