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: implicitly marking parameter as nullable is deprecated #133

Open
julienloizelet opened this issue Dec 6, 2024 · 1 comment · May be fixed by #134
Open

PHP 8.4: implicitly marking parameter as nullable is deprecated #133

julienloizelet opened this issue Dec 6, 2024 · 1 comment · May be fixed by #134

Comments

@julienloizelet
Copy link

There is a deprecated warning when using PHP 8.4:

Deprecated: Gregwar\Captcha\CaptchaBuilder::__construct(): Implicitly marking parameter $builder as nullable is deprecated, the explicit nullable type must be used instead

Suggested change: https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated#change

Thanks

@julienloizelet julienloizelet linked a pull request Dec 13, 2024 that will close this issue
@lazystitan
Copy link

lazystitan commented Dec 18, 2024

I've noticed this issue as well, and I would appreciate it if it could be merged

@julienloizelet julienloizelet changed the title PHP 8.4: mplicitly marking parameter as nullable is deprecated PHP 8.4: implicitly marking parameter as nullable is deprecated Dec 18, 2024
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 a pull request may close this issue.

2 participants