1
0
Fork 0

PoolBuilder: clear up comment, matching and identity are different for constraints

pull/8850/head
Nils Adermann 2020-09-01 12:23:51 +02:00
parent 976fcd2eb4
commit b2670945bd
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class PoolBuilder
}
// Maybe it was already marked before but not loaded yet. In that case
// we have to extend the constraint (we don't check if they match because
// we have to extend the constraint (we don't check if they are identical because
// MultiConstraint::create() will optimize anyway)
if (isset($this->packagesToLoad[$name])) {
// Already marked for loading and this does not expand the constraint to be loaded, nothing to do