Merge pull request #36514 from fabpot/notifier-still-experimental

[Notifier] Mark the component as experimental in 5.1
This commit is contained in:
Fabien Potencier 2020-04-21 13:53:17 +02:00 committed by GitHub
commit 01794d089c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
61 changed files with 61 additions and 61 deletions

View File

@ -22,7 +22,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
final class NexmoTransportFactory extends AbstractTransportFactory
{

View File

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

View File

@ -29,7 +29,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
*
* @see https://api.slack.com/messaging/webhooks
*
* @experimental in 5.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
final class SlackTransportFactory extends AbstractTransportFactory
{

View File

@ -29,7 +29,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
*
* @internal
*
* @experimental in 5.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
final class TelegramTransportFactory extends AbstractTransportFactory
{

View File

@ -22,7 +22,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
final class TwilioTransportFactory extends AbstractTransportFactory
{

View File

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

View File

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

View File

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

View File

@ -16,7 +16,7 @@ use Symfony\Component\Notifier\Exception\InvalidArgumentException;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
interface ChannelPolicyInterface
{

View File

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

View File

@ -25,7 +25,7 @@ use Symfony\Component\Notifier\Recipient\Recipient;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
class SmsChannel extends AbstractChannel
{

View File

@ -22,7 +22,7 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
class NotificationEvents
{

View File

@ -19,7 +19,7 @@ use Symfony\Contracts\Service\ResetInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
class SendFailedMessageToNotifierListener implements EventSubscriberInterface
{

View File

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

View File

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

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Exception;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
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.0
* @experimental in 5.1
*/
interface TransportExceptionInterface extends ExceptionInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\Notifier\Transport\Dsn;
/**
* @author Konstantin Myakshin <molodchick@gmail.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class UnsupportedSchemeException extends LogicException
{

View File

@ -16,7 +16,7 @@ use Symfony\Component\Notifier\Notification\Notification;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class ChatMessage implements MessageInterface
{

View File

@ -22,7 +22,7 @@ use Symfony\Component\Notifier\Recipient\Recipient;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class EmailMessage implements MessageInterface
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Message;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface MessageInterface
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Message;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface MessageOptionsInterface
{

View File

@ -20,7 +20,7 @@ use Symfony\Component\Notifier\Recipient\SmsRecipientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class SmsMessage implements MessageInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class MessageHandler
{

View File

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

View File

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

View File

@ -18,7 +18,7 @@ use Symfony\Component\Notifier\Recipient\Recipient;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class Notification
{

View File

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

View File

@ -24,7 +24,7 @@ use Symfony\Component\Notifier\Recipient\Recipient;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class Notifier implements NotifierInterface
{

View File

@ -19,7 +19,7 @@ use Symfony\Component\Notifier\Recipient\Recipient;
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface NotifierInterface
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Recipient;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class AdminRecipient extends Recipient implements SmsRecipientInterface
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Recipient;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class NoRecipient extends Recipient
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Recipient;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class Recipient
{

View File

@ -14,7 +14,7 @@ namespace Symfony\Component\Notifier\Recipient;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface SmsRecipientInterface
{

View File

@ -22,7 +22,7 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class Texter implements TexterInterface
{

View File

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

View File

@ -34,7 +34,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class Transport
{

View File

@ -23,7 +23,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
abstract class AbstractTransport implements TransportInterface
{

View File

@ -21,7 +21,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
* @author Konstantin Myakshin <molodchick@gmail.com>
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
abstract class AbstractTransportFactory implements TransportFactoryInterface
{

View File

@ -16,7 +16,7 @@ use Symfony\Component\Notifier\Exception\InvalidArgumentException;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class Dsn
{

View File

@ -18,7 +18,7 @@ use Symfony\Component\Notifier\Message\MessageInterface;
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class FailoverTransport extends RoundRobinTransport
{

View File

@ -20,7 +20,7 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class NullTransport implements TransportInterface
{

View File

@ -16,7 +16,7 @@ use Symfony\Component\Notifier\Exception\UnsupportedSchemeException;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class NullTransportFactory extends AbstractTransportFactory
{

View File

@ -21,7 +21,7 @@ use Symfony\Component\Notifier\Message\MessageInterface;
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class RoundRobinTransport implements TransportInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\Notifier\Exception\UnsupportedSchemeException;
/**
* @author Konstantin Myakshin <molodchick@gmail.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface TransportFactoryInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\Notifier\Message\MessageInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface TransportInterface
{

View File

@ -17,7 +17,7 @@ use Symfony\Component\Notifier\Message\MessageInterface;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class Transports implements TransportInterface
{