Clear up PoolBuilder comment after code move
parent
046c54fdb8
commit
4ac9f44571
|
@ -265,8 +265,7 @@ class PoolBuilder
|
||||||
$constraint = $rootRequires[$name];
|
$constraint = $rootRequires[$name];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Not yet loaded or already marked for a reload, override the existing constraint
|
// Not yet loaded or already marked for a reload, set the constraint to be loaded
|
||||||
// (either it's a new one to load, or it has already been extended above)
|
|
||||||
if (!isset($this->loadedPackages[$name])) {
|
if (!isset($this->loadedPackages[$name])) {
|
||||||
// Maybe it was already marked before but not loaded yet. In that case
|
// 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 are identical because
|
// we have to extend the constraint (we don't check if they are identical because
|
||||||
|
|
Loading…
Reference in New Issue