Add docs, refs #9422
parent
f303419f35
commit
444b91a3ce
|
@ -73,7 +73,7 @@ interface InstallerInterface
|
||||||
* Returns the installation path of a package
|
* Returns the installation path of a package
|
||||||
*
|
*
|
||||||
* @param PackageInterface $package
|
* @param PackageInterface $package
|
||||||
* @return string path
|
* @return string 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