mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Removed unused variables, properties and parameters of private functions
This commit is contained in:
parent
002fd39bc6
commit
a6475a7118
21 changed files with 23 additions and 56 deletions
|
@ -153,7 +153,6 @@ EOT
|
|||
|
||||
protected function printTable(OutputInterface $output, $results)
|
||||
{
|
||||
$table = array();
|
||||
$rows = array();
|
||||
foreach ($results as $result) {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue