Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ec8c1e

Browse files
[VarDumper] fix tests on PHP 8.2
1 parent de1a7bf commit 1ec8c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testReflectionCaster()
3939
+name: "ReflectionClass"
4040
%Aimplements: array:%d [
4141
%A]
42-
constants: array:3 [
42+
constants: array:%d [
4343
0 => ReflectionClassConstant {
4444
+name: "IS_IMPLICIT_ABSTRACT"
4545
+class: "ReflectionClass"
@@ -58,7 +58,7 @@ public function testReflectionCaster()
5858
modifiers: "public"
5959
value: %d
6060
}
61-
]
61+
%A]
6262
properties: array:%d [
6363
"name" => ReflectionProperty {
6464
%A +name: "name"

0 commit comments

Comments
 (0)