Skip to content

Commit

Permalink
QA/CS: minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 10, 2024
1 parent ed8e596 commit a0044c4
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 a0044c4

Please sign in to comment.