diff --git a/doc/articles/custom-installers.md b/doc/articles/custom-installers.md index daaa2c0e8..a130e4c7c 100644 --- a/doc/articles/custom-installers.md +++ b/doc/articles/custom-installers.md @@ -145,7 +145,7 @@ Example: /** * {@inheritDoc} */ - public function getInstallPath(PackageInterface $package) + public function getPackageBasePath(PackageInterface $package) { $prefix = substr($package->getPrettyName(), 0, 23); if ('phpdocumentor/template-' !== $prefix) {