Skip to content

Fix implicit nullable types - #290

Open
chillbram wants to merge 1 commit into
franzose:masterfrom
chillbram:patch-1
Open

Fix implicit nullable types#290
chillbram wants to merge 1 commit into
franzose:masterfrom
chillbram:patch-1

Conversation

@chillbram

Copy link
Copy Markdown

This behavior has been been deprecated since PHP 8.4. This has no impact on the rest of the code.

This does not seem to be a breaking change as PHP already internally converts the method signature from e.g. callable to ?callable when it detects an implicitly nullable parameter. Therefore, the method signatures are "the same" and code that overrides these methods is not affected.

This behavior has been been [deprecated since PHP 8.4](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types). This has no impact on the rest of the code.

This does not seem to be a breaking change as PHP already internally converts the method signature from e.g. `callable` to `?callable` when it detects an implicitly nullable parameter. Therefore, the method signatures are "the same" and code that overrides these methods is not affected.
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.

1 participant