update patch 1
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ class PhpSubprocess extends Process
|
||||
|
||||
public static function fromShellCommandline(string $command, ?string $cwd = null, ?array $env = null, mixed $input = null, ?float $timeout = 60): static
|
||||
{
|
||||
throw new LogicException(sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__, self::class));
|
||||
throw new LogicException(\sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__, self::class));
|
||||
}
|
||||
|
||||
public function start(?callable $callback = null, array $env = []): void
|
||||
|
||||
Reference in New Issue
Block a user