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 d61a9f7 commit 01690b7Copy full SHA for 01690b7
src/Util/PHP/WindowsPhpProcess.php
@@ -20,7 +20,7 @@ final class WindowsPhpProcess extends DefaultPhpProcess
20
{
21
public function getCommand(array $settings, string $file = null): string
22
23
- if (PHP_MAJOR_VERSION < 8) {
+ if (\PHP_MAJOR_VERSION < 8) {
24
return '"' . parent::getCommand($settings, $file) . '"';
25
}
26
0 commit comments