Ver Fonte

Update InstallerInterface.php

Fixed an incorrect documentation variable reference
Josiah há 12 anos atrás
pai
commit
ce71dfb10e
1 ficheiros alterados com 1 adições e 1 exclusões
  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);