Skip to content

PHP 8.4 | Fix implicitly nullable parameters#165

Merged
antecedent merged 1 commit into
masterfrom
feature/php-8.4-fix-implicitly-nullable-parameters
Sep 27, 2024
Merged

PHP 8.4 | Fix implicitly nullable parameters#165
antecedent merged 1 commit into
masterfrom
feature/php-8.4-fix-implicitly-nullable-parameters

Conversation

@jrfnl

@jrfnl jrfnl commented Sep 27, 2024

Copy link
Copy Markdown
Collaborator

PHP 8.4 deprecates implicitly nullable parameters, i.e. typed parameter with a null default value, which are not explicitly declared as nullable.

This commit fixes all found instances of that in the codebase.

Ref: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types

Related to #157

PHP 8.4 deprecates implicitly nullable parameters, i.e. typed parameter with a `null` default value, which are not explicitly declared as nullable.

This commit fixes all found instances of that in the codebase.

Ref: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
@jrfnl jrfnl added this to the 2.2.0 milestone Sep 27, 2024
@jrfnl jrfnl requested a review from antecedent September 27, 2024 12:35
@antecedent antecedent merged commit b07d4fb into master Sep 27, 2024
@jrfnl jrfnl deleted the feature/php-8.4-fix-implicitly-nullable-parameters branch September 27, 2024 17:04
@jrfnl jrfnl mentioned this pull request Dec 2, 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 this pull request may close these issues.

2 participants