1
0
Fork 0

Remove unnecessary comments, aliases in lock file are correctly created

pull/7936/head
Nils Adermann 2019-11-07 21:25:43 +01:00
parent e308f043b9
commit e6e0723105
1 changed files with 0 additions and 3 deletions

View File

@ -709,12 +709,9 @@ class Installer
// TODO should we warn people / error if plugins in vendor folder do not match contents of lock file before update?
//$this->eventDispatcher->dispatchInstallerEvent(InstallerEvents::POST_DEPENDENCIES_SOLVING, $this->devMode, $policy, $repositorySet, $installedRepo, $request, $lockTransaction);
} else {
// need to still create the pool to reconstruct aliases
}
// TODO in how far do we need to do anything here to ensure dev packages being updated to latest in lock without version change are treated correctly?
$localRepoTransaction = new LocalRepoTransaction($lockedRepository, $localRepo);
if (!$localRepoTransaction->getOperations()) {