Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit36b7c83

Browse files
committed
minor#15842 Remove the "experimental" flag from some components (javiereguiluz)
This PR was merged into the 5.4 branch.Discussion----------Remove the "experimental" flag from some componentsFixes#15798.Commits-------0386c9b Remove the "experimental" flag from some components
2 parents4b34ea2 +0386c9b commit36b7c83

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

‎configuration.rst‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,7 @@ Using PHP ConfigBuilders
928928

929929
..versionadded::5.3
930930

931-
The "ConfigBuilders" feature was introduced in Symfony 5.3 as an
932-
:doc:`experimental feature</contributing/code/experimental>`.
931+
The "ConfigBuilders" feature was introduced in Symfony 5.3.
933932

934933
Writing PHP config is sometimes difficult because you end up with large nested
935934
arrays and you have no autocompletion help from your favorite IDE. A way to

‎rate_limiter.rst‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Rate Limiter
33

44
..versionadded::5.2
55

6-
The RateLimiter component was introduced in Symfony 5.2 as an
7-
:doc:`experimental feature</contributing/code/experimental>`.
6+
The RateLimiter component was introduced in Symfony 5.2.
87

98
A "rate limiter" controls how frequently some event (e.g. an HTTP request or a
109
login attempt) is allowed to happen. Rate limiting is commonly used as a

‎security/login_link.rst‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ This authentication method can help you eliminate most of the customer support
1414
related to authentication (e.g. I forgot my password, how can I change or reset
1515
my password, etc.)
1616

17-
Login links are supported by Symfony when using the experimental
18-
authenticator system. You must
17+
Login links are supported by Symfony when using the authenticator system. You must
1918
:ref:`enable the authenticator system<security-enable-authenticator-manager>`
2019
in your configuration to use this feature.
2120

‎translation.rst‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,7 @@ Translation Providers
614614

615615
..versionadded::5.3
616616

617-
Translation providers were introduced in Symfony 5.3 as an
618-
:doc:`experimental feature</contributing/code/experimental>`.
617+
Translation providers were introduced in Symfony 5.3.
619618

620619
When using external translators to translate your application, you must send
621620
them the new contents to translate frequently and merge the results back in the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp