Skip to content

Commit

Permalink
Removed outdated annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiergummi committed Jul 13, 2022
1 parent 2086b96 commit a43882d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Unit/MailgunTemplatesClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
namespace Matchory\MailgunTemplatedMessages\Tests;

use Illuminate\Events\Dispatcher;
use JsonException;
use Mailgun\Api\Message;
use Mailgun\Mailgun;
use Mailgun\Model\Message\SendResponse;
Expand All @@ -34,7 +33,6 @@ class MailgunTemplatesClientTest extends TestCase
{
/**
* @covers \Matchory\MailgunTemplatedMessages\MailgunTemplatesClient::send
* @throws JsonException
* @throws Exception
* @throws InvalidArgumentException
* @throws IncompatibleReturnValueException
Expand Down Expand Up @@ -75,7 +73,6 @@ public function testSend(): void

/**
* @covers \Matchory\MailgunTemplatedMessages\MailgunTemplatesClient::send
* @throws JsonException
* @throws Exception
* @throws InvalidArgumentException
* @throws IncompatibleReturnValueException
Expand Down

0 comments on commit a43882d

Please sign in to comment.