mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
[Command] removed unused local $recommendedDependencies variable in DependsCommand::getReferences() method.
This commit is contained in:
parent
3d52798c0f
commit
c993f3e92d
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ EOT
|
|||
$needle = $input->getArgument('package');
|
||||
|
||||
$references = array();
|
||||
$recommendedDependencies = array();
|
||||
|
||||
// check if we have a local installation so we can grab the right package/version
|
||||
$repos = array_merge(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue