Skip to content

Commit 98d5990

Browse files
committed
Fix test
1 parent 5ea5679 commit 98d5990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/getopt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
$opts = getopt("ab:c::", ["longopt1", "longopt2:", "longopt3::"], $restIndex);
99
assertType('(array<string, list<mixed>|string|false>|false)', $opts);
10-
assertType('int', $restIndex);
10+
assertType('int<1, max>', $restIndex);

0 commit comments

Comments
 (0)