Move @experimental annotations to 5.3

This commit is contained in:
Fabien Potencier 2020-12-05 08:36:41 +01:00
parent db4883d115
commit b07608c0fe
222 changed files with 222 additions and 222 deletions

View File

@ -16,7 +16,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
/**
* @author Wouter de Jong <wouter@wouterj.nl>
*
* @experimental in 5.2
* @experimental in 5.3
*/
interface AuthenticatorFactoryInterface
{

View File

@ -19,7 +19,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
* @author Wouter de Jong <wouter@wouterj.nl>
*
* @internal
* @experimental in 5.2
* @experimental in 5.3
*/
class CustomAuthenticatorFactory implements AuthenticatorFactoryInterface, SecurityFactoryInterface
{

View File

@ -24,7 +24,7 @@ use Symfony\Component\Security\Http\LoginLink\LoginLinkHandler;
/**
* @internal
* @experimental in 5.2
* @experimental in 5.3
*/
class LoginLinkFactory extends AbstractFactory implements AuthenticatorFactoryInterface
{

View File

@ -27,7 +27,7 @@ use Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface;
* @author Wouter de Jong <wouter@wouterj.nl>
*
* @final
* @experimental in 5.2
* @experimental in 5.3
*/
class UserAuthenticator implements UserAuthenticatorInterface
{

View File

@ -22,7 +22,7 @@ use Symfony\Component\RateLimiter\RateLimit;
*
* @author Wouter de Jong <wouter@wouterj.nl>
*
* @experimental in 5.2
* @experimental in 5.3
*/
abstract class AbstractRequestRateLimiter implements RequestRateLimiterInterface
{

View File

@ -22,7 +22,7 @@ use Symfony\Component\RateLimiter\RateLimit;
*
* @author Wouter de Jong <wouter@wouterj.nl>
*
* @experimental in 5.2
* @experimental in 5.3
*/
interface RequestRateLimiterInterface
{

View File

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

View File

@ -25,7 +25,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
*
* @internal
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class DiscordTransport extends AbstractTransport
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -23,7 +23,7 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @experimental in 5.2
* @experimental in 5.3
*/
final class EsendexTransport extends AbstractTransport
{

View File

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

View File

@ -18,7 +18,7 @@ use Symfony\Component\Notifier\Message\MessageOptionsInterface;
*
* @see https://firebase.google.com/docs/cloud-messaging/xmpp-server-ref.html
*
* @experimental in 5.2
* @experimental in 5.3
*/
abstract class FirebaseOptions implements MessageOptionsInterface
{

View File

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

View File

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

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Bridge\Firebase\Notification;
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseOptions;
/**
* @experimental in 5.2
* @experimental in 5.3
*/
final class AndroidNotification extends FirebaseOptions
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Bridge\Firebase\Notification;
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseOptions;
/**
* @experimental in 5.2
* @experimental in 5.3
*/
final class IOSNotification extends FirebaseOptions
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Bridge\Firebase\Notification;
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseOptions;
/**
* @experimental in 5.2
* @experimental in 5.3
*/
final class WebNotification extends FirebaseOptions
{

View File

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

View File

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

View File

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

View File

@ -26,7 +26,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
*
* @internal
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class GoogleChatTransport extends AbstractTransport
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -18,7 +18,7 @@ use Symfony\Component\Notifier\Exception\LogicException;
*
* @see https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#schema lifecycleState section
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class LifecycleStateShare extends AbstractLinkedInShare
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\Notifier\Exception\LogicException;
*
* @see https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#sharecontent
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class ShareContentShare extends AbstractLinkedInShare
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\Notifier\Exception\LogicException;
*
* @see https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api#sharemedia
*
* @experimental in 5.2
* @experimental in 5.3
*/
class ShareMediaShare extends AbstractLinkedInShare
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -25,7 +25,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
*
* @internal
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class RocketChatTransport extends AbstractTransport
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -25,7 +25,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
*
* @internal
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class SlackTransport extends AbstractTransport
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -16,7 +16,7 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup\Button;
*
* @see https://core.telegram.org/bots/api#inlinekeyboardbutton
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class InlineKeyboardButton extends AbstractKeyboardButton
{

View File

@ -16,7 +16,7 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup\Button;
*
* @see https://core.telegram.org/bots/api#keyboardbutton
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class KeyboardButton extends AbstractKeyboardButton
{

View File

@ -16,7 +16,7 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup;
*
* @see https://core.telegram.org/bots/api#forcereply
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class ForceReply extends AbstractTelegramReplyMarkup
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup\Button\InlineKeyboar
*
* @see https://core.telegram.org/bots/api#inlinekeyboardmarkup
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class InlineKeyboardMarkup extends AbstractTelegramReplyMarkup
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup\Button\KeyboardButto
*
* @see https://core.telegram.org/bots/api#replykeyboardmarkup
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class ReplyKeyboardMarkup extends AbstractTelegramReplyMarkup
{

View File

@ -16,7 +16,7 @@ namespace Symfony\Component\Notifier\Bridge\Telegram\Reply\Markup;
*
* @see https://core.telegram.org/bots/api#replykeyboardremove
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class ReplyKeyboardRemove extends AbstractTelegramReplyMarkup
{

View File

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

View File

@ -30,7 +30,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
*
* @internal
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class TelegramTransport extends AbstractTransport
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -26,7 +26,7 @@ use Symfony\Component\Notifier\Recipient\RecipientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class EmailChannel implements ChannelInterface
{

View File

@ -20,7 +20,7 @@ use Symfony\Component\Notifier\Recipient\SmsRecipientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class SmsChannel extends AbstractChannel
{

View File

@ -23,7 +23,7 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class Chatter implements ChatterInterface
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
interface ChatterInterface extends TransportInterface
{

View File

@ -20,7 +20,7 @@ use Symfony\Component\Notifier\EventListener\NotificationLoggerListener;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class NotificationDataCollector extends DataCollector
{

View File

@ -17,7 +17,7 @@ use Symfony\Contracts\EventDispatcher\Event;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
final class MessageEvent extends Event
{

View File

@ -16,7 +16,7 @@ use Symfony\Component\Notifier\Message\MessageInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class NotificationEvents
{

View File

@ -19,7 +19,7 @@ use Symfony\Contracts\Service\ResetInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class NotificationLoggerListener implements EventSubscriberInterface, ResetInterface
{

View File

@ -21,7 +21,7 @@ use Symfony\Component\Notifier\Notifier;
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class SendFailedMessageToNotifierListener implements EventSubscriberInterface
{

View File

@ -16,7 +16,7 @@ namespace Symfony\Component\Notifier\Exception;
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
interface ExceptionInterface extends \Throwable
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Exception;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class IncompleteDsnException extends InvalidArgumentException
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Exception;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Exception;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class LogicException extends \LogicException implements ExceptionInterface
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Exception;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{

View File

@ -16,7 +16,7 @@ use Symfony\Contracts\HttpClient\ResponseInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
class TransportException extends RuntimeException implements TransportExceptionInterface
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Exception;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.2
* @experimental in 5.3
*/
interface TransportExceptionInterface extends ExceptionInterface
{

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