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

Merge pull request #6023 from stof/add_property

Add missing definition of a property
This commit is contained in:
Jordi Boggiano 2017-01-02 12:27:45 +01:00 committed by GitHub
commit 31731a06c2

View file

@ -27,6 +27,7 @@ class ArtifactRepository extends ArrayRepository implements ConfigurableReposito
protected $lookup;
protected $repoConfig;
private $io;
public function __construct(array $repoConfig, IOInterface $io)
{