Remove @experimental annotations

This commit is contained in:
Jérémy Derussé 2020-12-23 09:55:12 +01:00
parent af433355c1
commit b66368a9e2
No known key found for this signature in database
GPG Key ID: 2083FA5758C473D2
154 changed files with 91 additions and 276 deletions

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.2.0
-----

View File

@ -17,8 +17,6 @@ use Symfony\Component\Notifier\Message\MessageOptionsInterface;
/**
* @author Karoly Gossler <connor@connor.hu>
*
* @experimental in 5.3
*/
final class DiscordOptions implements MessageOptionsInterface
{

View File

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

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Mathieu Piot <math.piot@gmail.com>
*
* @experimental in 5.3
*/
final class DiscordTransportFactory extends AbstractTransportFactory
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Discord\Embeds;
/**
* @author Karoly Gossler <connor@connor.hu>
*
* @experimental in 5.3
*/
abstract class AbstractDiscordEmbed implements DiscordEmbedInterface
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Discord\Embeds;
/**
* @author Karoly Gossler <connor@connor.hu>
*
* @experimental in 5.3
*/
abstract class AbstractDiscordEmbedObject implements DiscordEmbedObjectInterface
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Discord\Embeds;
/**
* @author Karoly Gossler <connor@connor.hu>
*
* @experimental in 5.3
*/
final class DiscordAuthorEmbedObject extends AbstractDiscordEmbedObject
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Discord\Embeds;
/**
* @author Karoly Gossler <connor@connor.hu>
*
* @experimental in 5.3
*/
final class DiscordEmbed extends AbstractDiscordEmbed
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Discord\Embeds;
/**
* @author Karoly Gossler <connor@connor.hu>
*
* @experimental in 5.3
*/
interface DiscordEmbedObjectInterface
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Discord\Embeds;
/**
* @author Karoly Gossler <connor@connor.hu>
*
* @experimental in 5.3
*/
final class DiscordFieldEmbedObject extends AbstractDiscordEmbedObject
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Discord\Embeds;
/**
* @author Karoly Gossler <connor@connor.hu>
*
* @experimental in 5.3
*/
final class DiscordFooterEmbedObject extends AbstractDiscordEmbedObject
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Discord\Embeds;
/**
* @author Karoly Gossler <connor@connor.hu>
*
* @experimental in 5.3
*/
class DiscordMediaEmbedObject extends AbstractDiscordEmbedObject
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.2.0
-----

View File

@ -22,9 +22,6 @@ use Symfony\Component\Notifier\Transport\AbstractTransport;
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @experimental in 5.3
*/
final class EsendexTransport extends AbstractTransport
{
protected const HOST = 'api.esendex.com';

View File

@ -17,9 +17,6 @@ use Symfony\Component\Notifier\Transport\AbstractTransportFactory;
use Symfony\Component\Notifier\Transport\Dsn;
use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @experimental in 5.3
*/
final class EsendexTransportFactory extends AbstractTransportFactory
{
/**

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.1.0
-----

View File

@ -17,8 +17,6 @@ use Symfony\Component\Notifier\Message\MessageOptionsInterface;
* @author Jeroen Spee <https://github.com/Jeroeny>
*
* @see https://firebase.google.com/docs/cloud-messaging/xmpp-server-ref.html
*
* @experimental in 5.3
*/
abstract class FirebaseOptions implements MessageOptionsInterface
{

View File

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

View File

@ -18,8 +18,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Jeroen Spee <https://github.com/Jeroeny>
*
* @experimental in 5.3
*/
final class FirebaseTransportFactory extends AbstractTransportFactory
{

View File

@ -13,9 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Firebase\Notification;
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseOptions;
/**
* @experimental in 5.3
*/
final class AndroidNotification extends FirebaseOptions
{
public function channelId(string $channelId): self

View File

@ -13,9 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Firebase\Notification;
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseOptions;
/**
* @experimental in 5.3
*/
final class IOSNotification extends FirebaseOptions
{
public function sound(string $sound): self

View File

@ -13,9 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Firebase\Notification;
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseOptions;
/**
* @experimental in 5.3
*/
final class WebNotification extends FirebaseOptions
{
public function icon(string $icon): self

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.1.0
-----

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Antoine Makdessi <amakdessi@me.com>
*
* @experimental in 5.3
*/
final class FreeMobileTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Antoine Makdessi <amakdessi@me.com>
*
* @experimental in 5.3
*/
final class FreeMobileTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.2.0
-----

View File

@ -18,8 +18,6 @@ use Symfony\Component\Notifier\Notification\Notification;
/**
* @author Jérôme Tamarelle <jerome@tamarelle.net>
*
* @experimental in 5.3
*/
final class GoogleChatOptions implements MessageOptionsInterface
{

View File

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

View File

@ -18,8 +18,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Jérôme Tamarelle <jerome@tamarelle.net>
*
* @experimental in 5.3
*/
final class GoogleChatTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.2.0
-----

View File

@ -23,8 +23,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Jérémy Romey <jeremy@free-agent.fr>
*
* @experimental in 5.3
*/
final class InfobipTransport extends AbstractTransport
{

View File

@ -20,8 +20,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Jérémy Romey <jeremy@free-agent.fr>
*
* @experimental in 5.3
*/
final class InfobipTransportFactory extends AbstractTransportFactory
{

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Oleksandr Barabolia <alexandrbarabolya@gmail.com>
*
* @experimental in 5.3
*/
final class IqsmsTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Oleksandr Barabolia <alexandrbarabolya@gmail.com>
*
* @experimental in 5.3
*/
final class IqsmsTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.2.0
-----

View File

@ -20,8 +20,6 @@ use Symfony\Component\Notifier\Notification\Notification;
/**
* @author Smaïne Milianni <smaine.milianni@gmail.com>
*
* @experimental in 5.3
*/
final class LinkedInOptions implements MessageOptionsInterface
{

View File

@ -25,8 +25,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Smaïne Milianni <smaine.milianni@gmail.com>
*
* @experimental in 5.3
*
* @see https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#sharecontent
*/
final class LinkedInTransport extends AbstractTransport

View File

@ -18,8 +18,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Smaïne Milianni <smaine.milianni@gmail.com>
*
* @experimental in 5.3
*/
class LinkedInTransportFactory extends AbstractTransportFactory
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\LinkedIn\Share;
/**
* @author Smaïne Milianni <smaine.milianni@gmail.com>
*
* @experimental in 5.3
*/
abstract class AbstractLinkedInShare
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\LinkedIn\Share;
/**
* @author Smaïne Milianni <smaine.milianni@gmail.com>
*
* @experimental in 5.3
*/
final class AuthorShare extends AbstractLinkedInShare
{

View File

@ -17,8 +17,6 @@ use Symfony\Component\Notifier\Exception\LogicException;
* @author Smaïne Milianni <smaine.milianni@gmail.com>
*
* @see https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#schema lifecycleState section
*
* @experimental in 5.3
*/
final class LifecycleStateShare extends AbstractLinkedInShare
{

View File

@ -17,8 +17,6 @@ use Symfony\Component\Notifier\Exception\LogicException;
* @author Smaïne Milianni <smaine.milianni@gmail.com>
*
* @see https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#sharecontent
*
* @experimental in 5.3
*/
final class ShareContentShare extends AbstractLinkedInShare
{

View File

@ -17,8 +17,6 @@ use Symfony\Component\Notifier\Exception\LogicException;
* @author Smaïne Milianni <smaine.milianni@gmail.com>
*
* @see https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#sharemedia
*
* @experimental in 5.3
*/
class ShareMediaShare extends AbstractLinkedInShare
{

View File

@ -15,8 +15,6 @@ use Symfony\Component\Notifier\Exception\LogicException;
/**
* @author Smaïne Milianni <smaine.milianni@gmail.com>
*
* @experimental in 5.3
*/
final class VisibilityShare extends AbstractLinkedInShare
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.1.0
-----

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Emanuele Panzeri <thepanz@gmail.com>
*
* @experimental in 5.3
*/
final class MattermostTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Emanuele Panzeri <thepanz@gmail.com>
*
* @experimental in 5.3
*/
final class MattermostTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.2.0
-----

View File

@ -16,8 +16,6 @@ use Symfony\Component\Notifier\Notification\Notification;
/**
* @author Bastien Durand <bdurand-dev@outlook.com>
*
* @experimental in 5.3
*/
final class MobytOptions implements MessageOptionsInterface
{

View File

@ -23,8 +23,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Basien Durand <bdurand-dev@outlook.com>
*
* @experimental in 5.3
*/
final class MobytTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Bastien Durand <bdurand-dev@outlook.com>
*
* @experimental in 5.3
*/
final class MobytTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.0.0
-----

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class NexmoTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class NexmoTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.1.0
-----

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Thomas Ferney <thomas.ferney@gmail.com>
*
* @experimental in 5.3
*/
final class OvhCloudTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Thomas Ferney <thomas.ferney@gmail.com>
*
* @experimental in 5.3
*/
final class OvhCloudTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.1.0
-----

View File

@ -16,8 +16,6 @@ use Symfony\Component\Notifier\Message\MessageOptionsInterface;
/**
* @author Jeroen Spee <https://github.com/Jeroeny>
*
* @experimental in 5.3
*
* @see https://rocket.chat/docs/administrator-guides/integrations/
*/
final class RocketChatOptions implements MessageOptionsInterface

View File

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

View File

@ -18,8 +18,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Jeroen Spee <https://github.com/Jeroeny>
*
* @experimental in 5.3
*/
final class RocketChatTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.2.0
-----

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Pierre Tondereau <pierre.tondereau@gmail.com>
*
* @experimental in 5.3
*/
final class SendinblueTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Pierre Tondereau <pierre.tondereau@protonmail.com>
*
* @experimental in 5.3
*/
final class SendinblueTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.1
-----

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Iliya Miroslavov Iliev <i.miroslavov@gmail.com>
*
* @experimental in 5.3
*/
final class SinchTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Iliya Miroslavov Iliev <i.miroslavov@gmail.com>
*
* @experimental in 5.3
*/
final class SinchTransportFactory extends AbstractTransportFactory
{

View File

@ -15,8 +15,6 @@ use Symfony\Component\Notifier\Exception\LengthException;
/**
* @author Tomas Norkūnas <norkunas.tom@gmail.com>
*
* @experimental in 5.3
*/
final class SlackHeaderBlock extends AbstractSlackBlock
{

View File

@ -4,6 +4,7 @@ CHANGELOG
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
* Check for maximum number of buttons in Slack action block
* Add HeaderBlock

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Notification\Notification;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class SlackOptions implements MessageOptionsInterface
{

View File

@ -23,8 +23,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class SlackTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class SlackTransportFactory extends AbstractTransportFactory
{

View File

@ -22,7 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Marcin Szepczynski <szepczynski@gmail.com>
* @experimental in 5.3
*/
final class SmsapiTransport extends AbstractTransport
{

View File

@ -19,7 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Marcin Szepczynski <szepczynski@gmail.com>
* @experimental in 5.3
*/
class SmsapiTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.0.0
-----

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup;
/**
* @author Mihail Krasilnikov <mihail.krasilnikov.j@gmail.com>
*
* @experimental in 5.3
*/
abstract class AbstractTelegramReplyMarkup
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup\Button;
/**
* @author Mihail Krasilnikov <mihail.krasilnikov.j@gmail.com>
*
* @experimental in 5.3
*/
abstract class AbstractKeyboardButton
{

View File

@ -15,8 +15,6 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup\Button;
* @author Mihail Krasilnikov <mihail.krasilnikov.j@gmail.com>
*
* @see https://core.telegram.org/bots/api#inlinekeyboardbutton
*
* @experimental in 5.3
*/
final class InlineKeyboardButton extends AbstractKeyboardButton
{

View File

@ -15,8 +15,6 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup\Button;
* @author Mihail Krasilnikov <mihail.krasilnikov.j@gmail.com>
*
* @see https://core.telegram.org/bots/api#keyboardbutton
*
* @experimental in 5.3
*/
final class KeyboardButton extends AbstractKeyboardButton
{

View File

@ -15,8 +15,6 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup;
* @author Mihail Krasilnikov <mihail.krasilnikov.j@gmail.com>
*
* @see https://core.telegram.org/bots/api#forcereply
*
* @experimental in 5.3
*/
final class ForceReply extends AbstractTelegramReplyMarkup
{

View File

@ -17,8 +17,6 @@ use Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup\Button\InlineKeyboar
* @author Mihail Krasilnikov <mihail.krasilnikov.j@gmail.com>
*
* @see https://core.telegram.org/bots/api#inlinekeyboardmarkup
*
* @experimental in 5.3
*/
final class InlineKeyboardMarkup extends AbstractTelegramReplyMarkup
{

View File

@ -17,8 +17,6 @@ use Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup\Button\KeyboardButto
* @author Mihail Krasilnikov <mihail.krasilnikov.j@gmail.com>
*
* @see https://core.telegram.org/bots/api#replykeyboardmarkup
*
* @experimental in 5.3
*/
final class ReplyKeyboardMarkup extends AbstractTelegramReplyMarkup
{

View File

@ -15,8 +15,6 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup;
* @author Mihail Krasilnikov <mihail.krasilnikov.j@gmail.com>
*
* @see https://core.telegram.org/bots/api#replykeyboardremove
*
* @experimental in 5.3
*/
final class ReplyKeyboardRemove extends AbstractTelegramReplyMarkup
{

View File

@ -16,8 +16,6 @@ use Symfony\Component\Notifier\Message\MessageOptionsInterface;
/**
* @author Mihail Krasilnikov <mihail.krasilnikov.j@gmail.com>
*
* @experimental in 5.3
*/
final class TelegramOptions implements MessageOptionsInterface
{

View File

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

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class TelegramTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.0.0
-----

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class TwilioTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class TwilioTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The bridge is not marked as `@experimental` anymore
5.2.0
-----

View File

@ -15,8 +15,6 @@ use Symfony\Component\Notifier\Message\MessageOptionsInterface;
/**
* @author Mohammad Emran Hasan <phpfour@gmail.com>
*
* @experimental in 5.3
*/
final class ZulipOptions implements MessageOptionsInterface
{

View File

@ -23,8 +23,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Mohammad Emran Hasan <phpfour@gmail.com>
*
* @experimental in 5.3
*/
class ZulipTransport extends AbstractTransport
{

View File

@ -19,8 +19,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Mohammad Emran Hasan <phpfour@gmail.com>
*
* @experimental in 5.3
*/
class ZulipTransportFactory extends AbstractTransportFactory
{

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
5.3.0
-----
* The component is not marked as `@experimental` anymore
5.2.0
-----

View File

@ -17,8 +17,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
abstract class AbstractChannel implements ChannelInterface
{

View File

@ -17,8 +17,6 @@ use Symfony\Component\Notifier\Recipient\RecipientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class BrowserChannel implements ChannelInterface
{

View File

@ -16,8 +16,6 @@ use Symfony\Component\Notifier\Recipient\RecipientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
interface ChannelInterface
{

View File

@ -15,8 +15,6 @@ use Symfony\Component\Notifier\Exception\InvalidArgumentException;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
final class ChannelPolicy implements ChannelPolicyInterface
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Channel;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
interface ChannelPolicyInterface
{

View File

@ -18,8 +18,6 @@ use Symfony\Component\Notifier\Recipient\RecipientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.3
*/
class ChatChannel extends AbstractChannel
{

Some files were not shown because too many files have changed in this diff Show More