Skip to content

Fixing PHP 8.4 implicitly nullable parameters deprecation#9

Merged
ADmad merged 1 commit intoSocialConnect:masterfrom
SPie:PHP-84-deprecation
Dec 17, 2025
Merged

Fixing PHP 8.4 implicitly nullable parameters deprecation#9
ADmad merged 1 commit intoSocialConnect:masterfrom
SPie:PHP-84-deprecation

Conversation

@SPie
Copy link
Copy Markdown
Contributor

@SPie SPie commented Dec 17, 2025

PHP 8.4 deprecated implicitly nullable parameters.

The jwx package causes deprecation warnings because it provides several exceptions with Throwable parameters with nullable default values.

With this PR those parameters were made explicitly nullable.

@ADmad ADmad merged commit 7559218 into SocialConnect:master Dec 17, 2025
6 of 7 checks passed
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