Browse Source

Remove unnecessary comments, aliases in lock file are correctly created

Nils Adermann 5 years ago
parent
commit
e6e0723105
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/Composer/Installer.php

+ 0 - 3
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()) {