Add note about rawurlencode, refs #5503

main
Jordi Boggiano 8 years ago
parent a888b082b0
commit f78f6c963d

@ -232,7 +232,7 @@ class GitLabDriver extends VcsDriver
}
/**
* Urlencode all non alphanumeric characters.
* Urlencode all non alphanumeric characters. rawurlencode() can not be used as it does not encode `.`
*
* @param string $string
* @return string

Loading…
Cancel
Save