Thanks to visit codestin.com Credit goes to github.com
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 20cefc8 commit ca52396Copy full SHA for ca52396
src/Symfony/Component/Process/PhpSubprocess.php
@@ -78,7 +78,7 @@ public static function fromShellCommandline(string $command, string $cwd = null,
78
throw new LogicException(sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__, self::class));
79
}
80
81
- public function start(callable $callback = null, array $env = [])
+ public function start(callable $callback = null, array $env = []): void
82
{
83
if (null === $this->getCommandLine()) {
84
throw new RuntimeException('Unable to find the PHP executable.');
0 commit comments