Add http_build_query 3rd param to make it more explicit

main
Jordi Boggiano 7 years ago
parent 260b85882f
commit daff57189f

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

Loading…
Cancel
Save