瀏覽代碼

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);