1
0
Fork 0

Cleaning up comments

pull/6674/head
Matthew Grasmick 2017-09-11 12:56:51 -04:00
parent 2e9e7ddd99
commit 11db6f90c2
2 changed files with 2 additions and 2 deletions

View File

@ -1284,7 +1284,7 @@ class Installer
* *
* Packages which are listed as requirements in the root package will be * Packages which are listed as requirements in the root package will be
* skipped including their dependencies, unless they are listed in the * skipped including their dependencies, unless they are listed in the
* update whitelist themselves or `with-all-dependencies` is used. * update whitelist themselves or $whitelistAllDependencies is true.
* *
* @param RepositoryInterface $localOrLockRepo Use the locked repo if available, otherwise installed repo will do * @param RepositoryInterface $localOrLockRepo Use the locked repo if available, otherwise installed repo will do
* As we want the most accurate package list to work with, and installed * As we want the most accurate package list to work with, and installed

View File

@ -2,7 +2,7 @@
See Github issue #6661 ( github.com/composer/composer/issues/6661 ). See Github issue #6661 ( github.com/composer/composer/issues/6661 ).
When `with-all-dependencies` is used, Composer\Installer::whitelistUpdateDependencies should update all whitelisted dependencies, even if the dependency is a root requirement. When `--with-all-dependencies` is used, Composer\Installer::whitelistUpdateDependencies should update the dependencies of all whitelisted packages, even if the dependency is a root requirement.
--COMPOSER-- --COMPOSER--
{ {