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 bf8d252 commit d2de6a6Copy full SHA for d2de6a6
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