Fix InstalledVersions issues in PHPStan by including the local file first
parent
c78850ab98
commit
980eef5b68
|
@ -29,6 +29,9 @@ parameters:
|
||||||
- '~^Call to an undefined static method Composer\\Test\\PolyfillTestCase::setExpectedException\(\)\.$~'
|
- '~^Call to an undefined static method Composer\\Test\\PolyfillTestCase::setExpectedException\(\)\.$~'
|
||||||
- '~^Call to an undefined method Composer\\Test\\[a-zA-Z0-9\\]+::(assertFileDoesNotExist|assertMatchesRegularExpression)\(\)\.$~'
|
- '~^Call to an undefined method Composer\\Test\\[a-zA-Z0-9\\]+::(assertFileDoesNotExist|assertMatchesRegularExpression)\(\)\.$~'
|
||||||
|
|
||||||
|
bootstrapFiles:
|
||||||
|
- ../tests/bootstrap.php
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
- ../src
|
- ../src
|
||||||
- ../tests
|
- ../tests
|
||||||
|
|
Loading…
Reference in New Issue