mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Fix phpstan issues
This commit is contained in:
parent
7b273e2e25
commit
80505e745e
10 changed files with 22 additions and 12 deletions
|
@ -35,9 +35,6 @@ parameters:
|
|||
# variable defined in eval
|
||||
- '~^Undefined variable: \$res$~'
|
||||
|
||||
# erroneous detection of missing const, see https://github.com/phpstan/phpstan/issues/2960
|
||||
- '~^Access to undefined constant ZipArchive::LIBZIP_VERSION.$~'
|
||||
|
||||
# we don't have different constructors for parent/child
|
||||
- '~^Unsafe usage of new static\(\)\.$~'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue