mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 22:35:43 +08:00
phpstan fix
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user