-
Notifications
You must be signed in to change notification settings - Fork 68
fix: remove PHP 8.4 deprecation warning #167
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
Conversation
* @param array $body request body | ||
* @param array $headers any additional request headers | ||
* @param bool $retryOnLimit should retry if rate limit is reach? | ||
* @param string $method the HTTP verb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* @param string $method the HTTP verb | |
* @param string $method The HTTP verb. | |
* @param string $url The final URL to call. | |
* @param array|null $body The request body. | |
* @param array|null $headers Any additional request headers. | |
* @param bool $retryOnLimit Should retry if the rate limit is reached? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add backslashes before the parameter names?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
Co-authored-by: Manisha Singh <[email protected]>
Co-authored-by: Manisha Singh <[email protected]>
Fixes
?
, so added that changeChecklist
If you have questions, please file a support ticket.