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 #3

Open
Soean opened this issue Nov 7, 2024 · 0 comments
Open

PHP 8.4 deprecations #3

Soean opened this issue Nov 7, 2024 · 0 comments

Comments

@Soean
Copy link

Soean commented Nov 7, 2024

I see deprecations with PHP 8.4:

PHP Deprecated: Brain\Nonces\WpNonce::validate(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/brain/nonces/src/WpNonce.php on line 68

public function validate(NonceContextInterface $context = null)

Nullables is only allowed since PHP 7.1, this package supports PHP >=5.5.0.

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