1
0
Fork 0

Clear up PoolBuilder comment after code move

pull/9174/head
Nils Adermann 2020-09-01 16:57:24 +02:00
parent 046c54fdb8
commit 4ac9f44571
1 changed files with 1 additions and 2 deletions

View File

@ -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