mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Finalize phpstan level 6 for tests dir, closes #10159
This commit is contained in:
parent
a86046f9e4
commit
cb0293cf30
20 changed files with 136 additions and 17 deletions
|
@ -9,3 +9,8 @@ parameters:
|
|||
message: "#^Parameter \\#2 \\$capabilityClassName of method Composer\\\\Plugin\\\\PluginManager\\:\\:getPluginCapability\\(\\) expects class\\-string\\<Composer\\\\Plugin\\\\Capability\\\\Capability\\>, string given\\.$#"
|
||||
count: 2
|
||||
path: ../tests/Composer/Test/Plugin/PluginInstallerTest.php
|
||||
|
||||
-
|
||||
message: "#^Unable to resolve the template type CapabilityClass in call to method Composer\\\\Plugin\\\\PluginManager::getPluginCapability\\(\\)$#"
|
||||
count: 2
|
||||
path: ../tests/Composer/Test/Plugin/PluginInstallerTest.php
|
||||
|
|
|
@ -3,7 +3,7 @@ includes:
|
|||
- ./baseline.neon
|
||||
|
||||
parameters:
|
||||
level: 5
|
||||
level: 6
|
||||
|
||||
excludePaths:
|
||||
- '../tests/Composer/Test/Fixtures/*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue