mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
phpstan: update tests/Composer/Test/DependencyResolver/* to level 6 standard (#10242)
This commit is contained in:
parent
8b7e2b600d
commit
a155c076db
4 changed files with 28 additions and 1 deletions
|
@ -98,6 +98,11 @@ class TransactionTest extends TestCase
|
|||
$this->checkTransactionOperations($transaction, $expectedOperations);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \Composer\DependencyResolver\Transaction $transaction
|
||||
* @param array<array<string, string>> $expected
|
||||
* @return void
|
||||
*/
|
||||
protected function checkTransactionOperations(Transaction $transaction, array $expected)
|
||||
{
|
||||
$result = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue