mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Type annotations
This commit is contained in:
parent
626370d444
commit
c3c6969cf5
21 changed files with 166 additions and 35 deletions
|
@ -17,8 +17,17 @@ use Composer\Test\TestCase;
|
|||
|
||||
class MetapackageInstallerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var \Composer\Repository\InstalledRepositoryInterface&\PHPUnit\Framework\MockObject\MockObject
|
||||
*/
|
||||
private $repository;
|
||||
/**
|
||||
* @var MetapackageInstaller
|
||||
*/
|
||||
private $installer;
|
||||
/**
|
||||
* @var \Composer\IO\IOInterface&\PHPUnit\Framework\MockObject\MockObject
|
||||
*/
|
||||
private $io;
|
||||
|
||||
protected function setUp()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue