Skip to content

Commit 09992c7

Browse files
committed
Fix build after merge
1 parent b4416fd commit 09992c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-10717.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ function test(string $code): void
10461046
if ($country === 'fo' || $country === 'Faroese' || $country === 'Føroyskt') {
10471047
// foo
10481048
} else {
1049-
assertType('(bool|string)', $country);
1049+
assertType('(bool|(literal-string&non-falsy-string))', $country);
10501050
}
10511051
}
10521052

0 commit comments

Comments
 (0)