Fix PHPStan after running autoloader tests (#11558)
parent
a6c7b0b327
commit
7f78decad7
|
@ -15,6 +15,7 @@ parameters:
|
||||||
excludePaths:
|
excludePaths:
|
||||||
- '../tests/Composer/Test/Fixtures/*'
|
- '../tests/Composer/Test/Fixtures/*'
|
||||||
- '../tests/Composer/Test/Autoload/Fixtures/*'
|
- '../tests/Composer/Test/Autoload/Fixtures/*'
|
||||||
|
- '../tests/Composer/Test/Autoload/MinimumVersionSupport/vendor/'
|
||||||
- '../tests/Composer/Test/Plugin/Fixtures/*'
|
- '../tests/Composer/Test/Plugin/Fixtures/*'
|
||||||
- '../tests/Composer/Test/PolyfillTestCase.php'
|
- '../tests/Composer/Test/PolyfillTestCase.php'
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
/composer.lock
|
||||||
|
/vendor/
|
Loading…
Reference in New Issue