Skip to content

Commit a6d4c8e

Browse files
committed
iterable types
1 parent ccbdce6 commit a6d4c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stubs/core.stub

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ function register_tick_function(callable $callback, mixed ...$args): bool {}
365365

366366
/**
367367
* @param string|array<string> $command
368-
* @param array<mixed> $descriptor_spec
369-
* @param array<resource> $pipes
368+
* @param list<list<string>|resource> $descriptor_spec
369+
* @param list<resource> $pipes
370370
* @param array<mixed> $env_vars
371-
* @param array<mixed> $options
371+
* @param array<string, bool> $options
372372
*
373373
* @param-out list<resource> $pipes
374374
*

0 commit comments

Comments
 (0)