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 nullable type deprecation notices #108

Open
Bilge opened this issue Nov 26, 2024 · 0 comments
Open

PHP 8.4 implicitly nullable type deprecation notices #108

Bilge opened this issue Nov 26, 2024 · 0 comments

Comments

@Bilge
Copy link

Bilge commented Nov 26, 2024

Further to #99, there are now a gorillion PHP 8.4 deprecation notices regarding implicit null types.

Deprecated: Ds\Traits\GenericSequence::filter(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Ds\Traits\GenericSequence::join(): Implicitly marking parameter $glue as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Ds\Traits\GenericSequence::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Ds\Traits\GenericSequence::sort(): Implicitly marking parameter $comparator as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Ds\Traits\GenericSequence::sorted(): Implicitly marking parameter $comparator as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Ds\Sequence::filter(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Ds\Sequence::join(): Implicitly marking parameter $glue as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Ds\Sequence::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Ds\Sequence::sort(): Implicitly marking parameter $comparator as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: Ds\Sequence::sorted(): Implicitly marking parameter $comparator as nullable is deprecated, the explicit nullable type must be used instead

...to name a few.

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