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

Ton of phpDoc fixes.

This commit is contained in:
Niels Keurentjes 2016-04-07 01:12:30 +02:00
parent e6f21137ad
commit 818c3e707a
13 changed files with 47 additions and 22 deletions

View file

@ -362,6 +362,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)
{