소스 검색

Remove old comment

Sandy Pleyte 11 년 전
부모
커밋
ee62ec60f0
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/Composer/Command/CreateProjectCommand.php

+ 0 - 2
src/Composer/Command/CreateProjectCommand.php

@@ -147,8 +147,6 @@ EOT
             $composer->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_ROOT_PACKAGE_INSTALL, $installDevPackages);
         }
 
-        // Update preferSource / preferDist with preferred-install from the root package if both vars still
-        // have their default initial value (false)
         $rootPackageConfig = $composer->getConfig();
         $this->updatePreferredOptions($rootPackageConfig, $input, $preferSource, $preferDist);