Skip to content

Commit

Permalink
Merge pull request #157 from PHPCSStandards/feature/minor-cs-tweaks
Browse files Browse the repository at this point in the history
QA/CS: minor tweaks
  • Loading branch information
jrfnl authored Sep 10, 2024
2 parents ed8e596 + a0044c4 commit 2dee3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/IOTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function executeCliCommand($command, $workingDir = null)
];

$options = null;
if (stripos(PHP_OS, 'WIN') === 0) {
if (\stripos(\PHP_OS, 'WIN') === 0) {
$options = ['bypass_shell' => true];
}

Expand Down

0 comments on commit 2dee3ea

Please sign in to comment.