phpstan fix

This commit is contained in:
crazywhalecc
2026-05-09 15:55:55 +08:00
parent 629b5b6b2d
commit ceade306b8

View File

@@ -283,6 +283,7 @@ class TestBotCommand extends BaseCommand
$platform_parts[] = match ($os_key) {
'Linux' => 'Linux x86_64',
'Darwin' => 'macOS arm64',
/* @phpstan-ignore-next-line */
'Windows' => 'Windows x86_64',
default => $os_key,
};