minor #39414 [Notifier] Remove @internal annotation from notifier transports (OskarStark)

This PR was merged into the 5.2 branch.

Discussion
----------

[Notifier] Remove @internal annotation from notifier transports

| Q             | A
| ------------- | ---
| Branch?       | 5.2
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | ---
| License       | MIT
| Doc PR        | ---

Same like https://github.com/symfony/symfony/pull/39380 but for `5.2`

Commits
-------

3d8c55e75c [Notifier] Remove @internal annotation from notifier transports
This commit is contained in:
Alexander M. Turek 2020-12-09 21:31:50 +01:00
commit 65225b9a1b
2 changed files with 0 additions and 4 deletions

View File

@ -23,8 +23,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/** /**
* @author Mathieu Piot <math.piot@gmail.com> * @author Mathieu Piot <math.piot@gmail.com>
* *
* @internal
*
* @experimental in 5.2 * @experimental in 5.2
*/ */
final class DiscordTransport extends AbstractTransport final class DiscordTransport extends AbstractTransport

View File

@ -24,8 +24,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/** /**
* @author Jérôme Tamarelle <jerome@tamarelle.net> * @author Jérôme Tamarelle <jerome@tamarelle.net>
* *
* @internal
*
* @experimental in 5.2 * @experimental in 5.2
*/ */
final class GoogleChatTransport extends AbstractTransport final class GoogleChatTransport extends AbstractTransport