mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix a few phpstan errors and add a php8+ baseline for the rest
This commit is contained in:
parent
a4a2b6da87
commit
0b3adc84da
12 changed files with 8916 additions and 9 deletions
|
@ -156,7 +156,6 @@ class ComposerRepositoryTest extends TestCase
|
|||
),
|
||||
)));
|
||||
|
||||
$versionParser = new VersionParser();
|
||||
$reflMethod = new \ReflectionMethod($repo, 'whatProvides');
|
||||
$reflMethod->setAccessible(true);
|
||||
$packages = $reflMethod->invoke($repo, 'a');
|
||||
|
|
|
@ -129,7 +129,7 @@ class CompositeRepositoryTest extends TestCase
|
|||
/**
|
||||
* @dataProvider provideMethodCalls
|
||||
*
|
||||
* @param string $method
|
||||
* @param string $method
|
||||
* @param mixed[] $args
|
||||
*/
|
||||
public function testNoRepositories($method, $args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue