Skip to content

Commit 52b149e

Browse files
committed
minor #14735 [Notifier] Remove experimental from notifier (jderusse)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Notifier] Remove experimental from notifier Annotation removed by symfony/symfony#39618 Commits ------- c521f8e Remove experimental from notifier
2 parents 33c0ce3 + c521f8e commit 52b149e

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

notifier.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Creating and Sending Notifications
66

77
.. versionadded:: 5.0
88

9-
The Notifier component was introduced in Symfony 5.0 as an
10-
:doc:`experimental feature </contributing/code/experimental>`.
9+
The Notifier component was introduced in Symfony 5.0.
1110

1211
Installation
1312
------------

notifier/chatters.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ How to send Chat Messages
66

77
.. versionadded:: 5.0
88

9-
The Notifier component was introduced in Symfony 5.0 as an
10-
:doc:`experimental feature </contributing/code/experimental>`.
9+
The Notifier component was introduced in Symfony 5.0.
1110

1211
The :class:`Symfony\\Component\\Notifier\\ChatterInterface` class allows
1312
you to send messages to chat services like Slack or Telegram::

notifier/texters.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ How to send SMS Messages
66

77
.. versionadded:: 5.0
88

9-
The Notifier component was introduced in Symfony 5.0 as an
10-
:doc:`experimental feature </contributing/code/experimental>`.
9+
The Notifier component was introduced in Symfony 5.0.
1110

1211
The :class:`Symfony\\Component\\Notifier\\TexterInterface` class allows
1312
you to send SMS messages::

0 commit comments

Comments
 (0)