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

PHP 8.4 deprecations #22

Open
simoheinonen opened this issue Jan 2, 2025 · 1 comment
Open

PHP 8.4 deprecations #22

simoheinonen opened this issue Jan 2, 2025 · 1 comment

Comments

@simoheinonen
Copy link

At least

PHP Deprecated: Softonic\OAuth2\Guzzle\Middleware\ClientBuilder::build(): Implicitly marking parameter $guzzleOptions as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/softonic/guzzle-oauth2-middleware/src/ClientBuilder.php on line 14
PHP Deprecated: Softonic\OAuth2\Guzzle\Middleware\ClientBuilder::mergeOptions(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/softonic/guzzle-oauth2-middleware/src/ClientBuilder.php on line 79
PHP Deprecated: Softonic\OAuth2\Guzzle\Middleware\RetryOnAuthorizationError::__invoke(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/softonic/guzzle-oauth2-middleware/src/RetryOnAuthorizationError.php on line 22
PHP Deprecated: Softonic\OAuth2\Guzzle\Middleware\RetryOnAuthorizationError::__invoke(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/softonic/guzzle-oauth2-middleware/src/RetryOnAuthorizationError.php on line 22
PHP Deprecated: Softonic\OAuth2\Guzzle\Middleware\RetryOnAuthorizationError::isUnauthorizedResponse(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead in /app/vendor/softonic/guzzle-oauth2-middleware/src/RetryOnAuthorizationError.php on line 35
@simoheinonen
Copy link
Author

I guess this library still supports php 7.0 which doesn't have nullable types so would need to drop that

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

No branches or pull requests

1 participant