Skip to content

Commit a0044c4

Browse files
committed
QA/CS: minor tweaks
1 parent ed8e596 commit a0044c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IOTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected function executeCliCommand($command, $workingDir = null)
5353
];
5454

5555
$options = null;
56-
if (stripos(PHP_OS, 'WIN') === 0) {
56+
if (\stripos(\PHP_OS, 'WIN') === 0) {
5757
$options = ['bypass_shell' => true];
5858
}
5959

0 commit comments

Comments
 (0)