Add void after some methods.

This commit is contained in:
James Cole
2023-12-21 04:59:23 +01:00
parent bc50d25468
commit 655d03bec4
14 changed files with 19 additions and 16 deletions

View File

@@ -180,6 +180,7 @@ class StandardMessageGenerator implements MessageGeneratorInterface
break;
case WebhookResponse::TRANSACTIONS->value:
/** @var TransactionGroup $model */
$transformer = new TransactionGroupTransformer();
try {
@@ -196,6 +197,7 @@ class StandardMessageGenerator implements MessageGeneratorInterface
break;
case WebhookResponse::ACCOUNTS->value:
/** @var TransactionGroup $model */
$accounts = $this->collectAccounts($model);
foreach ($accounts as $account) {
$transformer = new AccountTransformer();