Skip to content

Commit

Permalink
Merge branch '1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Nov 5, 2020
2 parents 3ffdd67 + 444b91a commit c04c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Installer/InstallerInterface.php
Expand Up @@ -115,7 +115,7 @@ public function cleanup($type, PackageInterface $package, PackageInterface $prev
* 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);
}

0 comments on commit c04c42b

Please sign in to comment.