From 3518dba00ff830d87fa06707ce09118e67b21462 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Thu, 5 Nov 2020 15:17:27 +0100 Subject: [PATCH] Mention no-slash requirement for getInstallPath() --- doc/articles/custom-installers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/custom-installers.md b/doc/articles/custom-installers.md index fdc6f84c0..9c0ee2b65 100644 --- a/doc/articles/custom-installers.md +++ b/doc/articles/custom-installers.md @@ -149,6 +149,7 @@ source for the exact signature): when the package needs to be removed. * **getInstallPath()**, this method should return the location where the package is to be installed, _relative from the location of composer.json._ + The path _must not end with a slash._ Example: