kamermans / guzzle-oauth2-subscriber

OAuth 2.0 Client for Guzzle 4, 5, 6 and 7 with PHP 5.4 - PHP 8.0 - no more dependency hell!
MIT License
140 stars 31 forks source link

Hide user deprecated warnings on return types #55 #59

Closed evs-xsarus closed 6 months ago

evs-xsarus commented 10 months ago

Fixes PHP 8.1 show user deprecated warnings on return types #55

kamermans commented 6 months ago

This only works in PHP 7.1+ due to the return types, is there some other way to deal with the warnings?

kamermans commented 6 months ago

Seems like I should bump the minimum PHP version to 7.1 or 7.2 🤔

kamermans commented 6 months ago

Fixed in PR #60 and version v1.1.0