Code style
This commit is contained in:
parent
cd008d9545
commit
0cf7ccb1cb
3 changed files with 10 additions and 10 deletions
|
@ -116,7 +116,10 @@ class CRM_Twingle_Tools {
|
|||
* Recurring contribution fields.
|
||||
* @throws Exception could be one of the measures
|
||||
*/
|
||||
public static function processRecurringContributionTermination(int $recurring_contribution_id, array $recurring_contribution) {
|
||||
public static function processRecurringContributionTermination(
|
||||
int $recurring_contribution_id,
|
||||
array $recurring_contribution
|
||||
) {
|
||||
// check if we're suspended
|
||||
if (self::$protection_suspended) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue