Skip to content

Commit d2ac0b0

Browse files
committed
fix php 7.4
1 parent d68412e commit d2ac0b0

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
@@ -374,4 +374,4 @@ function register_tick_function(callable $callback, mixed ...$args): bool {}
374374
*
375375
* @return resource|false
376376
*/
377-
function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd, ?array $env_vars, ?array $options) {}
377+
function proc_open($command, array $descriptor_spec, &$pipes, ?string $cwd, ?array $env_vars, ?array $options) {}

0 commit comments

Comments
 (0)