1
0
Fork 0
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:
Simon Berger 2020-09-11 22:51:47 +02:00
parent 002fd39bc6
commit a6475a7118
21 changed files with 23 additions and 56 deletions

View file

@ -153,7 +153,6 @@ EOT
protected function printTable(OutputInterface $output, $results)
{
$table = array();
$rows = array();
foreach ($results as $result) {
/**