Skip to content

Commit

Permalink
[Components] Convert to native return types
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj authored and nicolas-grekas committed Jul 5, 2023
1 parent a52fbda commit 055b361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Webhook/PostmarkRequestParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
use Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher;
use Symfony\Component\HttpFoundation\RequestMatcherInterface;
use Symfony\Component\Mailer\Bridge\Postmark\RemoteEvent\PostmarkPayloadConverter;
use Symfony\Component\Webhook\Client\AbstractRequestParser;
use Symfony\Component\Webhook\Exception\RejectWebhookException;
use Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent;
use Symfony\Component\RemoteEvent\Exception\ParseException;
use Symfony\Component\Webhook\Client\AbstractRequestParser;
use Symfony\Component\Webhook\Exception\RejectWebhookException;

final class PostmarkRequestParser extends AbstractRequestParser
{
Expand Down

0 comments on commit 055b361

Please sign in to comment.