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 type annotations of Client->send() method #8

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

laf0rge
Copy link
Contributor

@laf0rge laf0rge commented Jul 1, 2022

The upstream Guzzle ClientInterface definition requires
the send() method to return a ResponseInterface type, see
https://github.com/guzzle/guzzle/blob/ca5c743d20730d1a129a9ee04cbe854df7304b96/src/ClientInterface.php#L30

The related commit was merged to guzzle in 2019:
guzzle/guzzle@3d9079b

The upstream Guzzle ClientInterface definition requires
the send() method to return a ResponseInterface type, see
https://github.com/guzzle/guzzle/blob/ca5c743d20730d1a129a9ee04cbe854df7304b96/src/ClientInterface.php#L30

The related commit was merged to guzzle in 2019:
guzzle/guzzle@3d9079b
@dennisoderwald dennisoderwald merged commit 2e0c6df into comyo-media:master Jul 1, 2022
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.

None yet

2 participants