Skip to content

Commit b507e79

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix tests on PHP 8.1 [Cache] Fix memory leak [Config] Add missing use statement in generated config builder classes [DependencyInjection] fix inlining when non-shared services are involved [FrameworkBundle] fix deprecation message [DoctrineBridge] add support for the JSON type [PHPUnitBridge] Fix Uncaught ValueError [HttpClient] Implement ResetInterface for all http clients [HttpKernel] allow ignoring kernel.reset methods that don't exist [FrameworkBundle] fix registering late resettable services [Validator] Missing translations for Greek (el) translate for japanese 101,102,103 Use symfony-*-bridge instead of symfony-bridge for component bridges Fix Loco Provider [HttpClient] Curl http client has to reinit curl multi handle on reset [SecurityBundle] Fix compat with symfony/security-core:^6 (ter) [Validator] Add Swedish translation for issue #43737
2 parents dbc533e + 8dcd0b1 commit b507e79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/Caster/ReflectionCasterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function testReflectionCaster()
3838
ReflectionClass {
3939
+name: "ReflectionClass"
4040
%Aimplements: array:%d [
41-
0 => "Reflector"
4241
%A]
4342
constants: array:3 [
4443
0 => ReflectionClassConstant {
@@ -95,7 +94,7 @@ public function testClosureCaster()
9594
$b: & 123
9695
}
9796
file: "%sReflectionCasterTest.php"
98-
line: "88 to 88"
97+
line: "87 to 87"
9998
}
10099
EOTXT
101100
, $var

0 commit comments

Comments
 (0)