Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in #74

Open
stccorp opened this issue Sep 10, 2022 · 1 comment

Comments

@stccorp
Copy link

stccorp commented Sep 10, 2022

Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /vendor/adoy/oauth2/src/OAuth2/Client.php on line 425

Hello, just to let you know about this warning. I am using php 8.1

@stccorp
Copy link
Author

stccorp commented Sep 10, 2022

line 425 http_build_query($parameters, null, '&');
line 435 http_build_query($parameters, null, '&');

need to change to
http_build_query($parameters, '', '&');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant