Skip to content

Commit

Permalink
(php-cs-fixer) fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDPC committed Aug 20, 2024
1 parent fec408f commit 0232021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Jobs/SendJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function process()
$transport = Injector::inst()->create(TransportInterface::class);
if (!($transport instanceof MailgunSyncApiTransport)) {
$type = get_debug_type($transport);

// This job can only be processed with a MailgunSyncApiTransport
throw new \RuntimeException("SendJob::process() expected a MailgunSyncApiTransport to send the email, got a {$type}");
}
Expand Down
1 change: 0 additions & 1 deletion src/Tasks/SendTestEmailTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
class SendTestEmailTask extends BuildTask
{

/**
* @inheritdoc
*/
Expand Down

0 comments on commit 0232021

Please sign in to comment.