Skip to content

Commit c62a525

Browse files
committed
CS fixes
1 parent 04ac609 commit c62a525

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/SDK/Action/Query/QueryAbstract.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ public function getAction()
1818
{
1919
return static::$queryAction;
2020
}
21-
public function processArguments()
22-
{
23-
}
2421
}

src/SDK/Action/RecurringPlanCard.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ public function delete($args)
3737
$args = MerchantSafeUnipay\filter(self::$deleteKeys, $args);
3838
$this->queryParameters = $args;
3939
}
40-
4140
}

0 commit comments

Comments
 (0)