Skip to content

Commit 5b77fa6

Browse files
committed
Fix test
1 parent 4a6565e commit 5b77fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Reflection/SignatureMap/Php8SignatureMapProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function dataMethods(): array
206206
'variadic' => false,
207207
],
208208
],
209-
new UnionType([
209+
new BenevolentUnionType([
210210
new ObjectType('Closure'),
211211
new NullType(),
212212
]),

0 commit comments

Comments
 (0)