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 a6d4c8e commit fb3c9c0Copy full SHA for fb3c9c0
stubs/core.stub
@@ -374,4 +374,4 @@ function register_tick_function(callable $callback, mixed ...$args): bool {}
374
*
375
* @return resource|false
376
*/
377
-function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd, ?array $env_vars, ?array $options) {}
+function proc_open($command, array $descriptor_spec, &$pipes, ?string $cwd, ?array $env_vars, ?array $options) {}
0 commit comments