Skip to content

Commit 32c6b3f

Browse files
[RateLimiter][Runtime][Translation] remove @experimental flag
1 parent 3eb7e3e commit 32c6b3f

File tree

62 files changed

+31
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+31
-110
lines changed

src/Symfony/Bridge/Twig/Resources/views/Form/tailwind_2_layout.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{# @experimental in 5.3 #}
2-
31
{% use 'form_div_layout.html.twig' %}
42

53
{%- block form_row -%}

src/Symfony/Component/Config/Builder/ClassBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ public function build(): string
9494
9595
/**
9696
* This class is automatically generated to help creating config.
97-
*
98-
* @experimental in 5.3
9997
*/
10098
class CLASS IMPLEMENTS
10199
{

src/Symfony/Component/Config/Builder/ConfigBuilderInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* A ConfigBuilder provides helper methods to build a large complex array.
1616
*
1717
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
18-
*
19-
* @experimental in 5.3
2018
*/
2119
interface ConfigBuilderInterface
2220
{

src/Symfony/Component/HttpFoundation/RateLimiter/AbstractRequestRateLimiter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* fits most use-cases.
2222
*
2323
* @author Wouter de Jong <wouter@wouterj.nl>
24-
*
25-
* @experimental in 5.3
2624
*/
2725
abstract class AbstractRequestRateLimiter implements RequestRateLimiterInterface
2826
{

src/Symfony/Component/HttpFoundation/RateLimiter/RequestRateLimiterInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* from the requests.
2222
*
2323
* @author Wouter de Jong <wouter@wouterj.nl>
24-
*
25-
* @experimental in 5.3
2624
*/
2725
interface RequestRateLimiterInterface
2826
{

src/Symfony/Component/Messenger/Transport/Receiver/QueueReceiverInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Some transports may have multiple queues. This interface is used to read from only some queues.
1818
*
1919
* @author David Buchmann <mail@davidbu.ch>
20-
*
21-
* @experimental in 5.3
2220
*/
2321
interface QueueReceiverInterface extends ReceiverInterface
2422
{

src/Symfony/Component/Notifier/Bridge/Esendex/CHANGELOG.md

Lines changed: 3 additions & 0 deletions

src/Symfony/Component/RateLimiter/CHANGELOG.md

Lines changed: 5 additions & 0 deletions

src/Symfony/Component/RateLimiter/CompoundLimiter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* @author Wouter de Jong <wouter@wouterj.nl>
18-
*
19-
* @experimental in 5.3
2018
*/
2119
final class CompoundLimiter implements LimiterInterface
2220
{

src/Symfony/Component/RateLimiter/Exception/InvalidIntervalException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
16-
*
17-
* @experimental in 5.3
1816
*/
1917
class InvalidIntervalException extends \LogicException
2018
{

0 commit comments

Comments
 (0)