Explorar o código

Merge pull request #1840 from Josiah/patch-1

Update InstallerInterface.php
Jordi Boggiano %!s(int64=12) %!d(string=hai) anos
pai
achega
823ca21e6c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);