Skip to content

Commit 5ea5679

Browse files
committed
positive-int
1 parent 5efdbd9 commit 5ea5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/core.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function get_defined_constants(bool $categorize = false): array {}
322322
/**
323323
* @param array<string> $long_options
324324
* @param mixed $rest_index
325-
* @param-out int $rest_index
325+
* @param-out positive-int $rest_index
326326
* @return __benevolent<array<string,string>|array<string,false>|array<string,list<mixed>>|false>
327327
*/
328328
function getopt(string $short_options, array $long_options = [], &$rest_index = null) {}

0 commit comments

Comments
 (0)