Skip to content

Commit 8aa45cd

Browse files
committed
fix: cs
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1783b7a commit 8aa45cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Service/GatewayDirectIntegrationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ public function isGatewayComplete(string $gatewayId): bool {
3737
public function send(string $gatewayId, string $identifier, string $message, array $extra = []): void {
3838
$this->gatewayRuntimeAvailabilityService->getGateway($gatewayId)->send($identifier, $message, $extra);
3939
}
40-
}
40+
}

tests/php/Unit/Service/GatewayDirectIntegrationServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ public function testSendDelegatesToResolvedGateway(): void {
5858

5959
$this->service->send('whatsapp', '+5511999999999', 'hello');
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)