Skip to content

Conversation

@cedric-anne
Copy link
Member

When a parameter is defined like type $name = null, it is implicitely nullable. This has been deprecated in PHP 8.4 to force the explicit nullable declaration, e.g. ?type $name = null.

As the nullable state was implicit, changing this does not result in any BC break.

@Grummfy Grummfy merged commit fb8890f into atoum:master Jul 30, 2024
@Grummfy
Copy link
Member

Grummfy commented Jul 30, 2024

thanks

@cedric-anne cedric-anne deleted the feature/php-8.4 branch July 31, 2024 06:14
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