Explorar el Código

Add http_build_query 3rd param to make it more explicit

Jordi Boggiano hace 8 años
padre
commit
daff57189f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Composer/Util/GitLab.php

+ 1 - 1
src/Composer/Util/GitLab.php

@@ -144,7 +144,7 @@ class GitLab
             'username' => $username,
             'password' => $password,
             'grant_type' => 'password',
-        ));
+        ), null, '&');
         $options = array(
             'retry-auth-failure' => false,
             'http' => array(