Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52b149e

Browse filesBrowse 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
Copy full SHA for 52b149e

File tree

3 files changed

+3
-6
lines changed
Filter options

3 files changed

+3
-6
lines changed

‎notifier.rst

Copy file name to clipboardExpand all lines: notifier.rst
+1-2Lines 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

Copy file name to clipboardExpand all lines: notifier/chatters.rst
+1-2Lines 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

Copy file name to clipboardExpand all lines: notifier/texters.rst
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.