File tree 4 files changed +4
-8
lines changed
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -928,8 +928,7 @@ Using PHP ConfigBuilders
928
928
929
929
.. versionadded :: 5.3
930
930
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.
933
932
934
933
Writing PHP config is sometimes difficult because you end up with large nested
935
934
arrays and you have no autocompletion help from your favorite IDE. A way to
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ Rate Limiter
3
3
4
4
.. versionadded :: 5.2
5
5
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.
8
7
9
8
A "rate limiter" controls how frequently some event (e.g. an HTTP request or a
10
9
login attempt) is allowed to happen. Rate limiting is commonly used as a
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ This authentication method can help you eliminate most of the customer support
14
14
related to authentication (e.g. I forgot my password, how can I change or reset
15
15
my password, etc.)
16
16
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
19
18
:ref: `enable the authenticator system <security-enable-authenticator-manager >`
20
19
in your configuration to use this feature.
21
20
Original file line number Diff line number Diff line change @@ -614,8 +614,7 @@ Translation Providers
614
614
615
615
.. versionadded :: 5.3
616
616
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.
619
618
620
619
When using external translators to translate your application, you must send
621
620
them the new contents to translate frequently and merge the results back in the
You can’t perform that action at this time.
0 commit comments