Selaa lähdekoodia

Add note about rawurlencode, refs #5503

Jordi Boggiano 8 vuotta sitten
vanhempi
commit
f78f6c963d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
      */