Skip to content

Commit

Permalink
Merge branch '5.3' into 5.4
Browse files Browse the repository at this point in the history
* 5.3:
  Fix tests on PHP 8.1
  [Cache] Fix memory leak
  [DependencyInjection] fix inlining when non-shared services are involved
  [DoctrineBridge] add support for the JSON type
  [PHPUnitBridge] Fix Uncaught ValueError
  [FrameworkBundle] fix registering late resettable services
  [Validator] Missing translations for Greek (el)
  translate for japanese 101,102,103
  [HttpClient] Curl http client has to reinit curl multi handle on reset
  [Validator] Add Swedish translation for issue #43737
  • Loading branch information
nicolas-grekas committed Nov 12, 2021
2 parents ae57e56 + a029b3a commit 8dcd0b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/Caster/ReflectionCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function testReflectionCaster()
ReflectionClass {
+name: "ReflectionClass"
%Aimplements: array:%d [
0 => "Reflector"
%A]
constants: array:3 [
0 => ReflectionClassConstant {
Expand Down Expand Up @@ -95,7 +94,7 @@ public function testClosureCaster()
$b: & 123
}
file: "%sReflectionCasterTest.php"
line: "88 to 88"
line: "87 to 87"
}
EOTXT
, $var
Expand Down

0 comments on commit 8dcd0b1

Please sign in to comment.