Explorar o código

Add note about rawurlencode, refs #5503

Jordi Boggiano %!s(int64=8) %!d(string=hai) anos
pai
achega
f78f6c963d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/Composer/Repository/Vcs/GitLabDriver.php

+ 2 - 2
src/Composer/Repository/Vcs/GitLabDriver.php

@@ -232,8 +232,8 @@ 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
      */