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.
2 parents ed8e596 + a0044c4 commit 2dee3eaCopy full SHA for 2dee3ea
1 file changed
Tests/IOTestCase.php
@@ -53,7 +53,7 @@ protected function executeCliCommand($command, $workingDir = null)
53
];
54
55
$options = null;
56
- if (stripos(PHP_OS, 'WIN') === 0) {
+ if (\stripos(\PHP_OS, 'WIN') === 0) {
57
$options = ['bypass_shell' => true];
58
}
59
0 commit comments