Skip to content

Commit

Permalink
Add docs, refs #9422
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Nov 5, 2020
1 parent f303419 commit 444b91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Installer/InstallerInterface.php
Expand Up @@ -73,7 +73,7 @@ public function uninstall(InstalledRepositoryInterface $repo, PackageInterface $
* 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 444b91a

Please sign in to comment.