File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 8
8
/**
9
9
* Client Contract
10
10
*
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>
14
13
*/
15
14
interface Client
16
15
{
Original file line number Diff line number Diff line change 5
5
/**
6
6
* Response Contract
7
7
*
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>
11
10
*/
12
11
interface Response
13
12
{
Original file line number Diff line number Diff line change 5
5
/**
6
6
* Exception Interface
7
7
*
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>
11
10
*/
12
11
interface Exception
13
12
{
Original file line number Diff line number Diff line change 9
9
/**
10
10
* Mailable Contract
11
11
*
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>
15
14
*/
16
15
interface Mailable
17
16
{
You can’t perform that action at this time.
0 commit comments