mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Merge branch '2.2' into main
This commit is contained in:
commit
bab974575c
31 changed files with 138 additions and 629 deletions
|
@ -15,6 +15,7 @@ namespace Composer\Test\Plugin;
|
|||
use Composer\Composer;
|
||||
use Composer\Config;
|
||||
use Composer\Installer\PluginInstaller;
|
||||
use Composer\Package\CompleteAliasPackage;
|
||||
use Composer\Package\CompletePackage;
|
||||
use Composer\Package\Loader\JsonLoader;
|
||||
use Composer\Package\Loader\ArrayLoader;
|
||||
|
@ -44,7 +45,7 @@ class PluginInstallerTest extends TestCase
|
|||
protected $autoloadGenerator;
|
||||
|
||||
/**
|
||||
* @var CompletePackage[]
|
||||
* @var array<CompletePackage|CompleteAliasPackage>
|
||||
*/
|
||||
protected $packages;
|
||||
|
||||
|
@ -275,7 +276,7 @@ class PluginInstallerTest extends TestCase
|
|||
|
||||
/**
|
||||
* @param string $newPluginApiVersion
|
||||
* @param CompletePackage[] $plugins
|
||||
* @param array<CompletePackage|CompleteAliasPackage> $plugins
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue