From e6e07231057d910e5d3d5ed105a54ce7f9742e64 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Thu, 7 Nov 2019 21:25:43 +0100 Subject: [PATCH] Remove unnecessary comments, aliases in lock file are correctly created --- src/Composer/Installer.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index 8cdf803c5..493989bab 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -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()) {