Skip to content

Commit 7bac3b1

Browse files
Merge branch '5.4' into 6.0
* 5.4: [PropertyAccess] Fix Regression in PropertyAccessor::isWritable() [Mime] Allow array as input for RawMessage [Mesenger] Add support for resetting container services after each messenger message. [RateLimiter][Runtime][Translation] remove `@experimental` flag Reword return type deprecation message
2 parents 39b8929 + 1df5d3b commit 7bac3b1

12 files changed

+5
-22
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
5.4
5+
---
6+
7+
* The component is not experimental anymore
8+
49
5.3.0
510
-----
611

GenericRuntime.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ class_exists(ClosureResolver::class);
4141
* that throws exceptions when a PHP warning/notice is raised.
4242
*
4343
* @author Nicolas Grekas <[email protected]>
44-
*
45-
* @experimental in 5.3
4644
*/
4745
class GenericRuntime implements RuntimeInterface
4846
{

Resolver/ClosureResolver.php

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

1616
/**
1717
* @author Nicolas Grekas <[email protected]>
18-
*
19-
* @experimental in 5.3
2018
*/
2119
class ClosureResolver implements ResolverInterface
2220
{

Resolver/DebugClosureResolver.php

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

1414
/**
1515
* @author Nicolas Grekas <[email protected]>
16-
*
17-
* @experimental in 5.3
1816
*/
1917
class DebugClosureResolver extends ClosureResolver
2018
{

ResolverInterface.php

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

1414
/**
1515
* @author Nicolas Grekas <[email protected]>
16-
*
17-
* @experimental in 5.3
1816
*/
1917
interface ResolverInterface
2018
{

Runner/ClosureRunner.php

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

1616
/**
1717
* @author Nicolas Grekas <[email protected]>
18-
*
19-
* @experimental in 5.3
2018
*/
2119
class ClosureRunner implements RunnerInterface
2220
{

Runner/Symfony/ConsoleApplicationRunner.php

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

2020
/**
2121
* @author Nicolas Grekas <[email protected]>
22-
*
23-
* @experimental in 5.3
2422
*/
2523
class ConsoleApplicationRunner implements RunnerInterface
2624
{

Runner/Symfony/HttpKernelRunner.php

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

1919
/**
2020
* @author Nicolas Grekas <[email protected]>
21-
*
22-
* @experimental in 5.3
2321
*/
2422
class HttpKernelRunner implements RunnerInterface
2523
{

Runner/Symfony/ResponseRunner.php

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

1717
/**
1818
* @author Nicolas Grekas <[email protected]>
19-
*
20-
* @experimental in 5.3
2119
*/
2220
class ResponseRunner implements RunnerInterface
2321
{

RunnerInterface.php

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

1414
/**
1515
* @author Nicolas Grekas <[email protected]>
16-
*
17-
* @experimental in 5.3
1816
*/
1917
interface RunnerInterface
2018
{

0 commit comments

Comments
 (0)