Skip to content

Commit 2dee3ea

Browse files
authored
Merge pull request #157 from PHPCSStandards/feature/minor-cs-tweaks
QA/CS: minor tweaks
2 parents ed8e596 + a0044c4 commit 2dee3ea

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)