1
0
Fork 0

Add note about rawurlencode, refs #5503

pull/5669/head
Jordi Boggiano 2016-09-12 14:27:04 +02:00
parent a888b082b0
commit f78f6c963d
1 changed files with 2 additions and 2 deletions

View File

@ -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