1
0
Fork 0
pull/8850/head
Yanick Witschi 2020-05-01 20:00:41 +02:00 committed by Jordi Boggiano
parent b935a76bc6
commit 2427bef238
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,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 the match because
// we have to extend the constraint (we don't check if they match because
// MultiConstraint::create() will optimize anyway
if (isset($this->packagesToLoad[$name])) {
$constraint = MultiConstraint::create(array($this->packagesToLoad[$name], $constraint), false);