Skip to content

Fix: explicit nullable parameter types (PHP 8.4 deprecation) - #4

Open
yakari007 wants to merge 1 commit into
masterfrom
fix/php84-explicit-nullable-params
Open

Fix: explicit nullable parameter types (PHP 8.4 deprecation)#4
yakari007 wants to merge 1 commit into
masterfrom
fix/php84-explicit-nullable-params

Conversation

@yakari007

Copy link
Copy Markdown
Contributor

Applies Rector's ExplicitNullableParamTypeRector across the package: Type $x = null -> ?Type $x = null. Fixes the PHP 8.4 implicit-nullable-parameter deprecation notice.

Rector rule Php84\ExplicitNullableParamTypeRector: TYPE $x = null -> ?TYPE $x = null.
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