InstallerInterface: describe `getInstallPath()` to return a absolute path (#10524)

main
Markus Staab 2 years ago committed by GitHub
parent 00bac7470e
commit eefb4644b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}

Loading…
Cancel
Save