Refactor GuzzleClient by LKaemmerling · Pull Request #129 · LKDevelopment/hetzner-cloud-php-sdk

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)

BenjaminLeibinger added a commit to BenjaminLeibinger/hetzner-cloud-php-sdk that referenced this pull request

May 9, 2025
…e wrong type and breaks the library