Skip to content

Refactor GuzzleClient #129

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

Merged
merged 2 commits into from
Apr 9, 2025
Merged

Refactor GuzzleClient #129

merged 2 commits into from
Apr 9, 2025

Conversation

LKaemmerling
Copy link
Collaborator

The underlying GuzzleClient is marked as final since now around 5 years. Actually i completely missed that and therefore our GuzzleClient broke phpstan. The "new" GuzzleClient nolonger extends the old one. It is now simply a wrapper (passing call calls to the GuzzleClient)

LKaemmerling and others added 2 commits April 9, 2025 13:16
The underlying GuzzleClient is marked as final since now around 5 years. Actually i completely missed that and therefore our GuzzleClient broke phpstan. The "new" GuzzleClient nolonger extends the old one. It is now simply a wrapper (passing call calls to the GuzzleClient)
@LKaemmerling LKaemmerling merged commit bd1827e into master Apr 9, 2025
6 checks passed
@LKaemmerling LKaemmerling deleted the guzzle-client branch April 9, 2025 12:10
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.

2 participants