Skip to content

Commit 5b7dc58

Browse files
committed
fixed author
1 parent 75dba78 commit 5b7dc58

20 files changed

+26
-13
lines changed

Amazon/Http/Api/SesTransport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
use Symfony\Contracts\HttpClient\HttpClientInterface;
2121

2222
/**
23+
* @author Kevin Verschaeve
24+
*
2325
* @experimental in 4.3
2426
*/
2527
class SesTransport extends AbstractApiTransport

Amazon/Http/SesTransport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
use Symfony\Contracts\HttpClient\HttpClientInterface;
2121

2222
/**
23+
* @author Kevin Verschaeve
24+
*
2325
* @experimental in 4.3
2426
*/
2527
class SesTransport extends AbstractTransport

Amazon/Smtp/SesTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
1717

1818
/**
19-
* @author Fabien Potencier <fabien@symfony.com>
19+
* @author Kevin Verschaeve
2020
*
2121
* @experimental in 4.3
2222
*/

GmailTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
1717

1818
/**
19-
* @author Fabien Potencier <fabien@symfony.com>
19+
* @author Kevin Verschaeve
2020
*
2121
* @experimental in 4.3
2222
*/

Google/Smtp/GmailTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
1717

1818
/**
19-
* @author Fabien Potencier <fabien@symfony.com>
19+
* @author Kevin Verschaeve
2020
*
2121
* @experimental in 4.3
2222
*/

Mailchimp/Http/Api/MandrillTransport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use Symfony\Contracts\HttpClient\HttpClientInterface;
2121

2222
/**
23+
* @author Kevin Verschaeve
2324
* @experimental in 4.3
2425
*/
2526
class MandrillTransport extends AbstractApiTransport

Mailchimp/Http/MandrillTransport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
use Symfony\Contracts\HttpClient\HttpClientInterface;
2121

2222
/**
23+
* @author Kevin Verschaeve
24+
*
2325
* @experimental in 4.3
2426
*/
2527
class MandrillTransport extends AbstractTransport

Mailchimp/Smtp/MandrillTransport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
1717

1818
/**
19+
* @author Kevin Verschaeve
20+
*
1921
* @experimental in 4.3
2022
*/
2123
class MandrillTransport extends EsmtpTransport

Mailgun/Http/Api/MailgunTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use Symfony\Contracts\HttpClient\HttpClientInterface;
2222

2323
/**
24-
* @author Fabien Potencier <fabien@symfony.com>
24+
* @author Kevin Verschaeve
2525
*
2626
* @experimental in 4.3
2727
*/

Mailgun/Http/MailgunTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
use Symfony\Contracts\HttpClient\HttpClientInterface;
2323

2424
/**
25-
* @author Fabien Potencier <fabien@symfony.com>
25+
* @author Kevin Verschaeve
2626
*
2727
* @experimental in 4.3
2828
*/

0 commit comments

Comments
 (0)