Skip to content

Commit b33af20

Browse files
committed
fix test
1 parent fce3bdd commit b33af20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/Reflection/Adapter/ReflectionIntersectionTypeTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function methodExpectationProvider(): array
4343
{
4444
return [
4545
['__toString', null, 'int|string', []],
46-
['allowsNull', null, true, []],
46+
['allowsNull', null, false, []],
4747
['getTypes', null, [], []],
4848
];
4949
}

0 commit comments

Comments
 (0)