mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
phpstan
This commit is contained in:
@@ -23,7 +23,7 @@ class libiconv_win
|
|||||||
$vs_ver_dir = match ($ver['major_version']) {
|
$vs_ver_dir = match ($ver['major_version']) {
|
||||||
'17' => '\MSVC17',
|
'17' => '\MSVC17',
|
||||||
'16' => '\MSVC16',
|
'16' => '\MSVC16',
|
||||||
default => throw new EnvironmentException("Current VS version {$ver} is not supported yet!"),
|
default => throw new EnvironmentException("Current VS version {$ver['major_version']} is not supported yet!"),
|
||||||
};
|
};
|
||||||
ApplicationContext::set('vs_ver_dir', $vs_ver_dir);
|
ApplicationContext::set('vs_ver_dir', $vs_ver_dir);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user