Skip to content

Commit bc447da

Browse files
author
Chris Smith
authored
[BUG] Remove @internal annotation from ExceptionContract (#3)
* [fix/internal_tag] [#3] Removed @internal from Contracts * [fix/internal_tag] [derp] should have checked CS
1 parent d676525 commit bc447da

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

lib/Contracts/Clients/Client.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
/**
99
* Client Contract
1010
*
11-
* @internal
12-
* @package Xedi\SendGrid\Contracts\Clients
13-
* @author Chris Smith <chris@xedi.com>
11+
* @package Xedi\SendGrid\Contracts\Clients
12+
* @author Chris Smith <chris@xedi.com>
1413
*/
1514
interface Client
1615
{

lib/Contracts/Clients/Response.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
/**
66
* Response Contract
77
*
8-
* @internal
9-
* @package Xedi\SendGrid\Contracts\Clients
10-
* @author Chris Smith <chris@xedi.com>
8+
* @package Xedi\SendGrid\Contracts\Clients
9+
* @author Chris Smith <chris@xedi.com>
1110
*/
1211
interface Response
1312
{

lib/Contracts/Exception.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
/**
66
* Exception Interface
77
*
8-
* @internal
9-
* @package Xedi\SendGrid\Contracts
10-
* @author Chris Smith <chris@xedi.com>
8+
* @package Xedi\SendGrid\Contracts
9+
* @author Chris Smith <chris@xedi.com>
1110
*/
1211
interface Exception
1312
{

lib/Contracts/Mailable.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
/**
1010
* Mailable Contract
1111
*
12-
* @internal Mailable
13-
* @package Xedi\SendGrid\Contracts
14-
* @author Chris Smith <chris@xedi.com>
12+
* @package Xedi\SendGrid\Contracts
13+
* @author Chris Smith <chris@xedi.com>
1514
*/
1615
interface Mailable
1716
{

0 commit comments

Comments
 (0)