Skip to content

Commit ab548bb

Browse files
staabmmvorisek
andcommitted
defaults
Co-authored-by: Michael Voříšek <[email protected]>
1 parent 7cb6624 commit ab548bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/core.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,4 @@ function register_tick_function(callable $callback, mixed ...$args): bool {}
376376
*
377377
* @return resource|false
378378
*/
379-
function proc_open($command, array $descriptor_spec, &$pipes, ?string $cwd, ?array $env_vars, ?array $options) {}
379+
function proc_open($command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?array $env_vars = null, ?array $options = null) {}

0 commit comments

Comments
 (0)