mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Fixed phpstan issues
This commit is contained in:
parent
d1dc367d86
commit
02b6dc876f
4 changed files with 4 additions and 4 deletions
|
@ -93,7 +93,7 @@ class RuleTest extends TestCase
|
|||
|
||||
public function testPrettyString()
|
||||
{
|
||||
$pool = new Pool(array('stable' => BasePackage::STABILITY_STABLE));
|
||||
$pool = new Pool();
|
||||
$pool->setPackages(array(
|
||||
$p1 = $this->getPackage('foo', '2.1'),
|
||||
$p2 = $this->getPackage('baz', '1.1'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue