@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Coconuts\Mail; |
4 | 4 | |
5 | -use Swift_Mime_Message; |
|
6 | 5 | use GuzzleHttp\ClientInterface; |
7 | 6 | use Illuminate\Mail\Transport\Transport; |
7 | +use Swift_Mime_Message; |
|
8 | 8 | |
9 | 9 | class PostmarkTransport extends Transport |
10 | 10 | { |
@@ -68,7 +68,7 @@ |
||
68 | 68 | /** |
69 | 69 | * Format the contacts for the API request |
70 | 70 | * |
71 | - * @param array $contacts |
|
71 | + * @param string[] $contacts |
|
72 | 72 | * |
73 | 73 | * @return string |
74 | 74 | */ |