mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Type annotations
This commit is contained in:
parent
626370d444
commit
c3c6969cf5
21 changed files with 166 additions and 35 deletions
|
@ -20,6 +20,9 @@ use Symfony\Component\Process\ExecutableFinder;
|
|||
|
||||
class HhvmDetectorTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var HhvmDetector
|
||||
*/
|
||||
private $hhvmDetector;
|
||||
|
||||
protected function setUp()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue