1
0
Fork 0

Add docs, refs #9422

pull/9537/head
Jordi Boggiano 2020-11-05 16:37:51 +01:00
parent f303419f35
commit 444b91a3ce
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

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