Skip to content

Commit 2d0c056

Browse files
Fix tests on PHP 8.1
1 parent 85106e6 commit 2d0c056

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
@@ -37,7 +37,6 @@ public function testReflectionCaster()
3737
ReflectionClass {
3838
+name: "ReflectionClass"
3939
%Aimplements: array:%d [
40-
0 => "Reflector"
4140
%A]
4241
constants: array:3 [
4342
"IS_IMPLICIT_ABSTRACT" => 16
@@ -79,7 +78,7 @@ public function testClosureCaster()
7978
$b: & 123
8079
}
8180
file: "%sReflectionCasterTest.php"
82-
line: "72 to 72"
81+
line: "71 to 71"
8382
}
8483
EOTXT
8584
, $var

0 commit comments

Comments
 (0)