You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
Description
formatResponse()
of classHttp\Message\Formatter
is deprecated since php-http/message v1.13, useformatResponseForRequest()
instead.Need to replace
formatResponse()
toformatResponseForRequest()
used inapigee_edge_debug
module.Reference : https://github.com/php-http/message/releases/tag/1.13.0
Actual Behavior
CircleCi
run-d9-check
failing with errorCall to deprecated method formatResponse() of class Http\Message\Formatter: since 1.13, use formatResponseForRequest() instead
Expected Behavior
CircleCi
run-d9-check
successfully completed.The text was updated successfully, but these errors were encountered: