Explorar el Código

Add note about rawurlencode, refs #5503

Jordi Boggiano hace 8 años
padre
commit
f78f6c963d
Se han modificado 1 ficheros con 2 adiciones y 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
      */