1
0
Fork 0

Ignore phpstan issue

pull/10617/head
Jordi Boggiano 2022-03-15 10:01:23 +01:00
parent 5b7ea9580e
commit 890b8fad3d
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 1 deletions

View File

@ -473,7 +473,8 @@ class Installer
return $exitCode; 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(); \Composer\Semver\CompilingMatcher::clear();
} }