mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
phpstan fix
This commit is contained in:
@@ -283,6 +283,7 @@ class TestBotCommand extends BaseCommand
|
|||||||
$platform_parts[] = match ($os_key) {
|
$platform_parts[] = match ($os_key) {
|
||||||
'Linux' => 'Linux x86_64',
|
'Linux' => 'Linux x86_64',
|
||||||
'Darwin' => 'macOS arm64',
|
'Darwin' => 'macOS arm64',
|
||||||
|
/* @phpstan-ignore-next-line */
|
||||||
'Windows' => 'Windows x86_64',
|
'Windows' => 'Windows x86_64',
|
||||||
default => $os_key,
|
default => $os_key,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user