InstallerInterface: describe `getInstallPath()` to return a absolute path (#10524)
parent
00bac7470e
commit
eefb4644b0
|
@ -111,10 +111,10 @@ interface InstallerInterface
|
||||||
public function cleanup($type, PackageInterface $package, PackageInterface $prevPackage = null);
|
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
|
* @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);
|
public function getInstallPath(PackageInterface $package);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue