From ce71dfb10e84720ec915becfc73f9a2ccbe59a7c Mon Sep 17 00:00:00 2001 From: Josiah Date: Sun, 28 Apr 2013 21:46:08 +1000 Subject: [PATCH] Update InstallerInterface.php Fixed an incorrect documentation variable reference --- src/Composer/Installer/InstallerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Installer/InstallerInterface.php b/src/Composer/Installer/InstallerInterface.php index 144cbcdf6..469b91ed4 100644 --- a/src/Composer/Installer/InstallerInterface.php +++ b/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);