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

fix: Call to undefined function GuzzleHttp\\Psr7\\build_query() #57 #82

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ChristophJeworutzki
Copy link

Description:

With recent updates to the GuzzleHttp library, the build_query() function has been deprecated, causing runtime errors in the codebase. This pull request addresses these issues by replacing the deprecated function with the alternative build(), ensuring seamless integration with the latest GuzzleHttp changes.

Changes Made:

  • Updated the usage of the deprecated build_query() function to resolve "Call to undefined function" errors.
  • Introduced the new function build() as a replacement.

Context:

The deprecation of build_query() necessitated this update to prevent runtime errors. The introduction of build() serves as the appropriate alternative, ensuring compatibility and smooth integration with the latest GuzzleHttp changes.

Related Issue:

Closes #57

@ChristophJeworutzki ChristophJeworutzki requested a review from a team as a code owner December 5, 2023 18:23
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

Successfully merging this pull request may close these issues.

Call to undefined function GuzzleHttp\\Psr7\\build_query()
1 participant