diff --git a/src/Composer/Installer/InstallerInterface.php b/src/Composer/Installer/InstallerInterface.php index f664a3ab4..fd3015e83 100644 --- a/src/Composer/Installer/InstallerInterface.php +++ b/src/Composer/Installer/InstallerInterface.php @@ -111,10 +111,10 @@ interface InstallerInterface public function cleanup($type, PackageInterface $package, PackageInterface $prevPackage = null); /** - * Returns the installation path of a package + * Returns the absolute installation path of a package. * * @param PackageInterface $package - * @return string path to install to, which MUST not end with a slash + * @return string absolute path to install to, which MUST not end with a slash */ public function getInstallPath(PackageInterface $package); }