Skip to content

Commit

Permalink
Fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Jul 5, 2024
1 parent f2bbdce commit 1240f92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MailManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,9 @@ protected function createPostmarkTransport(array $config): PostmarkApiTransport
$options
));

return tap($transport);
tap($transport); // Nothing to do

return $transport;
}

/**
Expand Down

0 comments on commit 1240f92

Please sign in to comment.