Skip to content

Commit bde29ee

Browse files
committed
Update bug-14108b.php
1 parent 646922f commit bde29ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Analyser/nsrt/bug-14108b.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ function test(Foo|Bar $fooOrBar): void
4848

4949
$fooOrBar->narrowGetParam();
5050

51-
assertType('int|string|null', $fooOrBar->getParam());
51+
assertType('int|string|null', $fooOrBar->getParam()); // could be 'int|string'
5252
}

0 commit comments

Comments
 (0)