mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Update phpstan config
This commit is contained in:
parent
e9b60580f5
commit
fb854df124
2 changed files with 2 additions and 6 deletions
|
@ -31,15 +31,11 @@ parameters:
|
|||
- '~^Undefined variable: \$vendorDir$~'
|
||||
- '~^Undefined variable: \$baseDir$~'
|
||||
|
||||
# variable defined in eval
|
||||
- '~^Undefined variable: \$res$~'
|
||||
|
||||
# we don't have different constructors for parent/child
|
||||
- '~^Unsafe usage of new static\(\)\.$~'
|
||||
|
||||
# Ignore some irrelevant errors in test files
|
||||
- '~Method Composer\\Test\\[^:]+::(setUp(BeforeClass)?|tearDown(AfterClass)?|test[^(]+)\(\) has no return type specified.~'
|
||||
- '~Method Composer\\Test\\[^:]+::(data\w+|provide\w+|\w+?Provider)\(\) has no return type specified.~'
|
||||
- '~Method Composer\\Test\\[^:]+::(data\w+|provide\w+|\w+?Provider)\(\) (has no return type specified.|return type has no value type specified in iterable type array.)~'
|
||||
|
||||
# PHPUnit assertions as instance methods
|
||||
- '~Dynamic call to static method PHPUnit\\Framework\\Assert::\w+\(\)~'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue