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

formatResponse() function deprecated since 1.13 (php-http/message) #667

Closed
shishir-intelli opened this issue Feb 11, 2022 · 0 comments · Fixed by #668
Closed

formatResponse() function deprecated since 1.13 (php-http/message) #667

shishir-intelli opened this issue Feb 11, 2022 · 0 comments · Fixed by #668
Assignees
Labels
bug Something isn't working

Comments

@shishir-intelli
Copy link
Collaborator

shishir-intelli commented Feb 11, 2022

Description

formatResponse() of class Http\Message\Formatter is deprecated since php-http/message v1.13, use formatResponseForRequest() instead.
Need to replace formatResponse() to formatResponseForRequest() used in apigee_edge_debug module.

Reference : https://github.com/php-http/message/releases/tag/1.13.0

Actual Behavior

CircleCi run-d9-check failing with error
Call to deprecated method formatResponse() of class Http\Message\Formatter: since 1.13, use formatResponseForRequest() instead

Expected Behavior

CircleCi run-d9-check successfully completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants