소스 검색

Merge pull request #1840 from Josiah/patch-1

Update InstallerInterface.php
Jordi Boggiano 12 년 전
부모
커밋
823ca21e6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Installer/InstallerInterface.php

+ 1 - 1
src/Composer/Installer/InstallerInterface.php

@@ -56,7 +56,7 @@ interface InstallerInterface
      * @param PackageInterface             $initial already installed package version
      * @param PackageInterface             $target  updated version
      *
-     * @throws InvalidArgumentException if $from package is not installed
+     * @throws InvalidArgumentException if $initial package is not installed
      */
     public function update(InstalledRepositoryInterface $repo, PackageInterface $initial, PackageInterface $target);