Prechádzať zdrojové kódy

Add note about rawurlencode, refs #5503

Jordi Boggiano 8 rokov pred
rodič
commit
f78f6c963d

+ 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
      */