Skip to content

Commit c521f8e

Browse files
committed
Remove experimental from notifier
1 parent 33c0ce3 commit c521f8e

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)