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 605a5f3 commit 036ce45Copy full SHA for 036ce45
stubs/core.stub
@@ -364,13 +364,13 @@ function header_register_callback(callable $callback): bool {}
364
function register_tick_function(callable $callback, mixed ...$args): bool {}
365
366
/**
367
- * @template P of int = int
+ * @template P of int
368
*
369
* @param string|list<string> $command
370
* @param array<P, list<string>|resource> $descriptor_spec
371
- * @param array<mixed> $pipes
372
- * @param array<string, mixed> $env_vars
373
- * @param array<string, bool> $options
+ * @param mixed $pipes
+ * @param null|array<string, mixed> $env_vars
+ * @param null|array<string, bool> $options
374
375
* @param-out array<P, resource> $pipes
376
0 commit comments