mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +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
|
@ -322,7 +322,6 @@ abstract class Rule
|
|||
*/
|
||||
protected function formatPackagesUnique($pool, array $packages, $isVerbose)
|
||||
{
|
||||
$prepared = array();
|
||||
foreach ($packages as $index => $package) {
|
||||
if (!\is_object($package)) {
|
||||
$packages[$index] = $pool->literalToPackage($package);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue