1
0
Fork 0

Merge branch '1.10'

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

View File

@ -115,7 +115,7 @@ interface InstallerInterface
* Returns the installation path of a 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);
}