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

Fixes from PHPStan level 0

More fixes from PHPStan level 0
This commit is contained in:
Gabriel Caruso 2018-01-06 12:05:39 -02:00
parent 994bac0c15
commit 3d262bd637
13 changed files with 18 additions and 12 deletions

View file

@ -22,6 +22,7 @@ use PHPUnit\Framework\TestCase;
class RuleSetIteratorTest extends TestCase
{
protected $rules;
protected $pool;
protected function setUp()
{