Ignore phpstan issue

main
Jordi Boggiano 2 years ago
parent 5b7ea9580e
commit 890b8fad3d
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -473,7 +473,8 @@ class Installer
return $exitCode;
}
if (method_exists('Composer\Semver\CompilingMatcher', 'clear')) {
// exists as of composer/semver 3.3.0
if (method_exists('Composer\Semver\CompilingMatcher', 'clear')) { // @phpstan-ignore-line
\Composer\Semver\CompilingMatcher::clear();
}

Loading…
Cancel
Save