1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Merge remote-tracking branch 'curry684/code-quality' into 1.0

This commit is contained in:
Jordi Boggiano 2016-04-11 14:39:37 +01:00
commit da9b43dcc8
36 changed files with 93 additions and 52 deletions

View file

@ -373,6 +373,7 @@ EOT
* @param InputInterface $input
* @param bool $preferSource
* @param bool $preferDist
* @param bool $keepVcsRequiresPreferSource
*/
protected function updatePreferredOptions(Config $config, InputInterface $input, &$preferSource, &$preferDist, $keepVcsRequiresPreferSource = false)
{