Skip to content

Commit 753d7f7

Browse files
committed
[CodeFactor] Apply fixes to commit 3555018
1 parent 3555018 commit 753d7f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Console/Command/Theme/BuildCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ private function getCachedEnvironmentVariables(): array
359359
*/
360360
private function sanitizeEnvironmentValue(string $name, string $value): ?string
361361
{
362-
return match($name) {
362+
return match ($name) {
363363
'COLUMNS', 'LINES' => $this->sanitizeNumericValue($value),
364364
'TERM' => $this->sanitizeTermValue($value),
365365
'CI', 'GITHUB_ACTIONS', 'GITLAB_CI' => $this->sanitizeBooleanValue($value),

0 commit comments

Comments
 (0)