We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979fbd9 commit d7b93cbCopy full SHA for d7b93cb
stubs/core.stub
@@ -324,5 +324,5 @@ function get_defined_constants(bool $categorize = false): array {}
324
* @param-out int $rest_index
325
* @return __benevolent<array<string,string>|array<string,false>|array<string,list<mixed>>|false>
326
*/
327
-function getopt(string $short_options, array $long_options = [], int &$rest_index = null): array|false {}
+function getopt(string $short_options, array $long_options = [], &$rest_index = null) {}
328
0 commit comments