File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -219,10 +219,10 @@ protected function createSendmailTransport(array $config)
219
219
}
220
220
221
221
/**
222
- * Create an instance of the Amazon SES Swift Transport driver.
222
+ * Create an instance of the Symfony Amazon SES Transport driver.
223
223
*
224
224
* @param array $config
225
- * @return \Illuminate\Mail\ Transport\SesTransport
225
+ * @return \Symfony\Component\Mailer\Bridge\Amazon\ Transport\SesApiAsyncAwsTransport
226
226
*/
227
227
protected function createSesTransport (array $ config )
228
228
{
@@ -257,10 +257,10 @@ protected function createMailTransport()
257
257
}
258
258
259
259
/**
260
- * Create an instance of the Mailgun Swift Transport driver.
260
+ * Create an instance of the Symfony Mailgun Transport driver.
261
261
*
262
262
* @param array $config
263
- * @return \Symfony\Component\Mailer\Transport\TransportInterface
263
+ * @return \Symfony\Component\Mailer\Bridge\Mailgun\ Transport\MailgunApiTransport
264
264
*/
265
265
protected function createMailgunTransport (array $ config )
266
266
{
@@ -279,10 +279,10 @@ protected function createMailgunTransport(array $config)
279
279
}
280
280
281
281
/**
282
- * Create an instance of the Postmark Swift Transport driver.
282
+ * Create an instance of the Symfony Postmark Transport driver.
283
283
*
284
284
* @param array $config
285
- * @return \Swift_Transport
285
+ * @return \Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkApiTransport
286
286
*/
287
287
protected function createPostmarkTransport (array $ config )
288
288
{
You can’t perform that action at this time.
0 commit comments