Skip to content

Commit 01690b7

Browse files
Fix CS/WS issues
1 parent d61a9f7 commit 01690b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/PHP/WindowsPhpProcess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class WindowsPhpProcess extends DefaultPhpProcess
2020
{
2121
public function getCommand(array $settings, string $file = null): string
2222
{
23-
if (PHP_MAJOR_VERSION < 8) {
23+
if (\PHP_MAJOR_VERSION < 8) {
2424
return '"' . parent::getCommand($settings, $file) . '"';
2525
}
2626

0 commit comments

Comments
 (0)