Skip to content

Commit

Permalink
Merge pull request #36514 from fabpot/notifier-still-experimental
Browse files Browse the repository at this point in the history
[Notifier] Mark the component as experimental in 5.1
  • Loading branch information
fabpot committed Apr 21, 2020
2 parents eb26992 + bc85eb3 commit 01794d0
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 61 deletions.
Expand Up @@ -22,7 +22,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class NexmoTransport extends AbstractTransport
{
Expand Down
Expand Up @@ -19,7 +19,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class NexmoTransportFactory extends AbstractTransportFactory
{
Expand Down
Expand Up @@ -20,7 +20,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class SlackOptions implements MessageOptionsInterface
{
Expand Down
Expand Up @@ -29,7 +29,7 @@
*
* @see https://api.slack.com/messaging/webhooks
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class SlackTransport extends AbstractTransport
{
Expand Down
Expand Up @@ -19,7 +19,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class SlackTransportFactory extends AbstractTransportFactory
{
Expand Down
Expand Up @@ -29,7 +29,7 @@
*
* @internal
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class TelegramTransport extends AbstractTransport
{
Expand Down
Expand Up @@ -20,7 +20,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class TelegramTransportFactory extends AbstractTransportFactory
{
Expand Down
Expand Up @@ -22,7 +22,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class TwilioTransport extends AbstractTransport
{
Expand Down
Expand Up @@ -19,7 +19,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class TwilioTransportFactory extends AbstractTransportFactory
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Channel/AbstractChannel.php
Expand Up @@ -18,7 +18,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
abstract class AbstractChannel implements ChannelInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Channel/BrowserChannel.php
Expand Up @@ -18,7 +18,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class BrowserChannel implements ChannelInterface
{
Expand Down
Expand Up @@ -17,7 +17,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface ChannelInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Channel/ChannelPolicy.php
Expand Up @@ -16,7 +16,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class ChannelPolicy implements ChannelPolicyInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface ChannelPolicyInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Channel/ChatChannel.php
Expand Up @@ -20,7 +20,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class ChatChannel extends AbstractChannel
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Channel/EmailChannel.php
Expand Up @@ -25,7 +25,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class EmailChannel implements ChannelInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Channel/SmsChannel.php
Expand Up @@ -20,7 +20,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class SmsChannel extends AbstractChannel
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Chatter.php
Expand Up @@ -22,7 +22,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class Chatter implements ChatterInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/ChatterInterface.php
Expand Up @@ -18,7 +18,7 @@
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface ChatterInterface extends TransportInterface
{
Expand Down
Expand Up @@ -20,7 +20,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class NotificationDataCollector extends DataCollector
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Event/MessageEvent.php
Expand Up @@ -17,7 +17,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class MessageEvent extends Event
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class NotificationEvents
{
Expand Down
Expand Up @@ -19,7 +19,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class NotificationLoggerListener implements EventSubscriberInterface, ResetInterface
{
Expand Down
Expand Up @@ -21,7 +21,7 @@
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class SendFailedMessageToNotifierListener implements EventSubscriberInterface
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface ExceptionInterface extends \Throwable
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class IncompleteDsnException extends InvalidArgumentException
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class LogicException extends \LogicException implements ExceptionInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
Expand Down
Expand Up @@ -16,7 +16,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class TransportException extends RuntimeException implements TransportExceptionInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface TransportExceptionInterface extends ExceptionInterface
{
Expand Down
Expand Up @@ -17,7 +17,7 @@
/**
* @author Konstantin Myakshin <molodchick@gmail.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class UnsupportedSchemeException extends LogicException
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Message/ChatMessage.php
Expand Up @@ -16,7 +16,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class ChatMessage implements MessageInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Message/EmailMessage.php
Expand Up @@ -22,7 +22,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class EmailMessage implements MessageInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface MessageInterface
{
Expand Down
Expand Up @@ -14,7 +14,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface MessageOptionsInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Message/SmsMessage.php
Expand Up @@ -20,7 +20,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class SmsMessage implements MessageInterface
{
Expand Down
Expand Up @@ -17,7 +17,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class MessageHandler
{
Expand Down
Expand Up @@ -17,7 +17,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface ChatNotificationInterface
{
Expand Down
Expand Up @@ -17,7 +17,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface EmailNotificationInterface
{
Expand Down
Expand Up @@ -18,7 +18,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
class Notification
{
Expand Down
Expand Up @@ -17,7 +17,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface SmsNotificationInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Notifier.php
Expand Up @@ -24,7 +24,7 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
final class Notifier implements NotifierInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/NotifierInterface.php
Expand Up @@ -19,7 +19,7 @@
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 5.0
* @experimental in 5.1
*/
interface NotifierInterface
{
Expand Down

0 comments on commit 01794d0

Please sign in to comment.