Skip to content

Commit 0954bf2

Browse files
committed
Fix @experimental annotations
1 parent e457627 commit 0954bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RateLimiter/AbstractRequestRateLimiter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @author Wouter de Jong <wouter@wouterj.nl>
2424
*
25-
* @experimental in Symfony 5.2
25+
* @experimental in 5.2
2626
*/
2727
abstract class AbstractRequestRateLimiter implements RequestRateLimiterInterface
2828
{

RateLimiter/RequestRateLimiterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @author Wouter de Jong <wouter@wouterj.nl>
2424
*
25-
* @experimental in Symfony 5.2
25+
* @experimental in 5.2
2626
*/
2727
interface RequestRateLimiterInterface
2828
{

0 commit comments

Comments
 (0)