Skip to content

Commit 036ce45

Browse files
committed
simplify
1 parent 605a5f3 commit 036ce45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stubs/core.stub

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,13 @@ function header_register_callback(callable $callback): bool {}
364364
function register_tick_function(callable $callback, mixed ...$args): bool {}
365365

366366
/**
367-
* @template P of int = int
367+
* @template P of int
368368
*
369369
* @param string|list<string> $command
370370
* @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
371+
* @param mixed $pipes
372+
* @param null|array<string, mixed> $env_vars
373+
* @param null|array<string, bool> $options
374374
*
375375
* @param-out array<P, resource> $pipes
376376
*

0 commit comments

Comments
 (0)