Skip to content

Commit 9e91a58

Browse files
marventhiemegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 632508b commit 9e91a58

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/CmsmsClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public function send(CmsmsMessage $message, string $recipient): void
5050
$errorCode = Arr::get(json_decode($body, true), 'errorCode');
5151
if ($errorCode !== 0) {
5252
SMSSendingFailedEvent::dispatch($body);
53+
5354
throw CouldNotSendNotification::serviceRespondedWithAnError($body);
5455
}
5556

tests/CmsmsClientTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use GuzzleHttp\Client;
66
use GuzzleHttp\Psr7\Response;
7-
use Illuminate\Support\Facades\Bus;
87
use Illuminate\Support\Facades\Event;
98
use Mockery;
109
use NotificationChannels\Cmsms\CmsmsClient;

0 commit comments

Comments
 (0)