Merge pull request #9422 from kdambekalns/patch-1
Mention no-slash requirement for getInstallPath()pull/9426/head
commit
4b8e77b2da
|
@ -149,6 +149,7 @@ source for the exact signature):
|
||||||
when the package needs to be removed.
|
when the package needs to be removed.
|
||||||
* **getInstallPath()**, this method should return the location where the
|
* **getInstallPath()**, this method should return the location where the
|
||||||
package is to be installed, _relative from the location of composer.json._
|
package is to be installed, _relative from the location of composer.json._
|
||||||
|
The path _must not end with a slash._
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue