File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff 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
934933Writing PHP config is sometimes difficult because you end up with large nested
935934arrays 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
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
98A "rate limiter" controls how frequently some event (e.g. an HTTP request or a
109login 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
1414related to authentication (e.g. I forgot my password, how can I change or reset
1515my 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 >`
2019in your configuration to use this feature.
2120
Original file line number Diff line number Diff 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
620619When using external translators to translate your application, you must send
621620them 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