[Notifier] Remove @internal annotation from notifier transports

This commit is contained in:
Oskar Stark 2020-12-08 12:04:05 +01:00
parent ec09d68df1
commit d75f50d3a7
3 changed files with 0 additions and 6 deletions

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/** /**
* @author Jeroen Spee <https://github.com/Jeroeny> * @author Jeroen Spee <https://github.com/Jeroeny>
* *
* @internal
*
* @experimental in 5.1 * @experimental in 5.1
*/ */
final class RocketChatTransport extends AbstractTransport final class RocketChatTransport extends AbstractTransport

View File

@ -25,8 +25,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
* @author Fabien Potencier <fabien@symfony.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Daniel Stancu <birkof@birkof.ro> * @author Daniel Stancu <birkof@birkof.ro>
* *
* @internal
*
* @see https://api.slack.com/messaging/webhooks * @see https://api.slack.com/messaging/webhooks
* *
* @experimental in 5.1 * @experimental in 5.1

View File

@ -27,8 +27,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
* *
* @author Fabien Potencier <fabien@symfony.com> * @author Fabien Potencier <fabien@symfony.com>
* *
* @internal
*
* @experimental in 5.1 * @experimental in 5.1
*/ */
final class TelegramTransport extends AbstractTransport final class TelegramTransport extends AbstractTransport