Skip to content

Commit

Permalink
minor #30783 Fix author (fabpot)
Browse files Browse the repository at this point in the history
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
-------

827e61f fixed author
  • Loading branch information
fabpot committed Mar 30, 2019
2 parents 845cf9e + 827e61f commit f3f1ebc
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
use Symfony\Contracts\HttpClient\HttpClientInterface;

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SesTransport extends AbstractApiTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
use Symfony\Contracts\HttpClient\HttpClientInterface;

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SesTransport extends AbstractTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;

/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;

/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
use Symfony\Contracts\HttpClient\HttpClientInterface;

/**
* @author Kevin Verschaeve
* @experimental in 4.3
*/
class MandrillTransport extends AbstractApiTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
use Symfony\Contracts\HttpClient\HttpClientInterface;

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class MandrillTransport extends AbstractTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class MandrillTransport extends EsmtpTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use Symfony\Contracts\HttpClient\HttpClientInterface;

/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use Symfony\Contracts\HttpClient\HttpClientInterface;

/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;

/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Symfony\Contracts\HttpClient\HttpClientInterface;

/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;

/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
use Symfony\Contracts\HttpClient\HttpClientInterface;

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SendgridTransport extends AbstractApiTransport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;

/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
Expand Down

0 comments on commit f3f1ebc

Please sign in to comment.