mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix many PHPStan issues and update baseline
This commit is contained in:
parent
6ed3aeb343
commit
96486d81cb
21 changed files with 252 additions and 361 deletions
|
@ -447,7 +447,7 @@ class RemoteFilesystemTest extends TestCase
|
|||
false,
|
||||
$authHelper,
|
||||
))
|
||||
->setMethods($mockedMethods)
|
||||
->onlyMethods($mockedMethods)
|
||||
->getMock();
|
||||
}
|
||||
|
||||
|
@ -463,7 +463,7 @@ class RemoteFilesystemTest extends TestCase
|
|||
$this->getIOInterfaceMock(),
|
||||
$this->getConfigMock(),
|
||||
))
|
||||
->setMethods($mockedMethods)
|
||||
->onlyMethods($mockedMethods)
|
||||
->getMock();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue