mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
phpstan fix
This commit is contained in:
parent
92284e92c9
commit
d6858e18df
@ -105,7 +105,7 @@ function osfamily2dir(): string
|
||||
function osfamily2shortname(): string
|
||||
{
|
||||
return match (PHP_OS_FAMILY) {
|
||||
'Windows', 'WINNT', 'Cygwin' => 'win',
|
||||
'Windows' => 'win',
|
||||
'Darwin' => 'macos',
|
||||
'Linux' => 'linux',
|
||||
'BSD' => 'bsd',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user