Skip to content

Commit bd73b4a

Browse files
committed
phpstan
1 parent 327bb8b commit bd73b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Package/Library/libiconv_win.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function validate(): void
2323
$vs_ver_dir = match ($ver['major_version']) {
2424
'17' => '\MSVC17',
2525
'16' => '\MSVC16',
26-
default => throw new EnvironmentException("Current VS version {$ver} is not supported yet!"),
26+
default => throw new EnvironmentException("Current VS version {$ver['major_version']} is not supported yet!"),
2727
};
2828
ApplicationContext::set('vs_ver_dir', $vs_ver_dir);
2929
}

0 commit comments

Comments
 (0)