minor #30783 Fix author (fabpot)

This PR was merged into the 4.3-dev branch.

Discussion
----------

Fix author

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

<!--
Write a short README entry for your feature/bugfix here (replace this comment block.)
This will help people understand your PR and can be used as a start of the Doc PR.
Additionally:
 - Bug fixes must be submitted against the lowest branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against the master branch.
-->

Commits
-------

827e61f645 fixed author
This commit is contained in:
Fabien Potencier 2019-03-30 13:11:35 +01:00
commit f3f1ebc520
14 changed files with 19 additions and 8 deletions

View File

@ -20,6 +20,8 @@ use Symfony\Component\Mime\Email;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SesTransport extends AbstractApiTransport

View File

@ -20,6 +20,8 @@ use Symfony\Component\Mailer\Transport\AbstractTransport;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SesTransport extends AbstractTransport

View File

@ -16,7 +16,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/

View File

@ -16,7 +16,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/

View File

@ -20,6 +20,7 @@ use Symfony\Component\Mime\Email;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Kevin Verschaeve
* @experimental in 4.3
*/
class MandrillTransport extends AbstractApiTransport

View File

@ -20,6 +20,8 @@ use Symfony\Component\Mailer\Transport\AbstractTransport;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class MandrillTransport extends AbstractTransport

View File

@ -16,6 +16,8 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class MandrillTransport extends EsmtpTransport

View File

@ -21,7 +21,7 @@ use Symfony\Component\Mime\Part\Multipart\FormDataPart;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/

View File

@ -22,7 +22,7 @@ use Symfony\Component\Mime\Part\Multipart\FormDataPart;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/

View File

@ -16,7 +16,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/

View File

@ -20,7 +20,7 @@ use Symfony\Component\Mime\Email;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/

View File

@ -16,7 +16,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/

View File

@ -21,6 +21,8 @@ use Symfony\Component\Mime\Email;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SendgridTransport extends AbstractApiTransport

View File

@ -16,7 +16,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/