1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Fixed phpstan issues

This commit is contained in:
Yanick Witschi 2019-11-27 17:55:02 +01:00
parent d1dc367d86
commit 02b6dc876f
4 changed files with 4 additions and 4 deletions

View file

@ -139,7 +139,7 @@ class RuleSetTest extends TestCase
public function testPrettyString()
{
$pool = new Pool(array('stable' => BasePackage::STABILITY_STABLE));
$pool = new Pool();
$pool->setPackages(array(
$p = $this->getPackage('foo', '2.1'),
));