Add note about rawurlencode, refs #5503
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
|
* @param string $string
|
||||||
* @return string
|
* @return string
|
||||||
|
|
Loading…
Reference in New Issue