mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix warning
This commit is contained in:
parent
39f16fb7ff
commit
72b7b169e7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class VcsRepository extends ArrayRepository
|
|||
|
||||
$this->url = $config['url'];
|
||||
$this->io = $io;
|
||||
$this->type = $config['type'];
|
||||
$this->type = isset($config['type']) ? $config['type'] : 'vcs';
|
||||
}
|
||||
|
||||
public function setDebug($debug)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue