Skip to content

PHP 8.4 compatability: Make parameter types explicitly nullable#9

Merged
pavog merged 1 commit into
aternosorg:masterfrom
pavog:php-84
Dec 13, 2024
Merged

PHP 8.4 compatability: Make parameter types explicitly nullable#9
pavog merged 1 commit into
aternosorg:masterfrom
pavog:php-84

Conversation

@pavog

@pavog pavog commented Dec 12, 2024

Copy link
Copy Markdown
Member

In PHP 8.4 implicitly marking parameters as nullable is deprecated. This PR explicitly marks the parameters as nullable by adding a ? to the parameter types with a default value of null (= null).

@pavog pavog merged commit afcded8 into aternosorg:master Dec 13, 2024
@pavog pavog deleted the php-84 branch December 13, 2024 13:42
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