mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
[Package] removed unused local $key variable from VersionParser::parseConstraints() method.
This commit is contained in:
parent
2d1ad6ca32
commit
488928b9b5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class VersionParser
|
|||
|
||||
if (count($constraints) > 1) {
|
||||
$constraintObjects = array();
|
||||
foreach ($constraints as $key => $constraint) {
|
||||
foreach ($constraints as $constraint) {
|
||||
$constraintObjects = array_merge($constraintObjects, $this->parseConstraint($constraint));
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue