mirror of
https://github.com/composer/composer
synced 2025-05-08 16:17:37 +00:00
Type annotations
This commit is contained in:
parent
626370d444
commit
c3c6969cf5
21 changed files with 166 additions and 35 deletions
|
@ -24,10 +24,25 @@ use Composer\Util\Http\Response;
|
|||
*/
|
||||
class GitLabDriverTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $home;
|
||||
/**
|
||||
* @var Config
|
||||
*/
|
||||
private $config;
|
||||
/**
|
||||
* @var \Prophecy\Prophecy\ObjectProphecy
|
||||
*/
|
||||
private $io;
|
||||
/**
|
||||
* @var \Prophecy\Prophecy\ObjectProphecy
|
||||
*/
|
||||
private $process;
|
||||
/**
|
||||
* @var \Prophecy\Prophecy\ObjectProphecy
|
||||
*/
|
||||
private $httpDownloader;
|
||||
|
||||
public function setUp()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue