Skip to content

Commit d2de6a6

Browse files
committed
Adjust stub
1 parent bf8d252 commit d2de6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/core.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,5 @@ function get_defined_constants(bool $categorize = false): array {}
324324
* @param-out int $rest_index
325325
* @return __benevolent<array<string,string>|array<string,false>|array<string,list<mixed>>|false>
326326
*/
327-
function getopt(string $short_options, array $long_options = [], int &$rest_index = null): array|false {}
327+
function getopt(string $short_options, array $long_options = [], &$rest_index = null) {}
328328

0 commit comments

Comments
 (0)