1
0
Fork 0

Update InstallerInterface.php

Fixed an incorrect documentation variable reference
pull/1840/head
Josiah 2013-04-28 21:46:08 +10:00
parent 81d55544f7
commit ce71dfb10e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ interface InstallerInterface
* @param PackageInterface $initial already installed package version * @param PackageInterface $initial already installed package version
* @param PackageInterface $target updated 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); public function update(InstalledRepositoryInterface $repo, PackageInterface $initial, PackageInterface $target);