Skip to content

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

Open
yakari007 wants to merge 2 commits into
masterfrom
dev
Open

Fix: explicit nullable parameter types (PHP 8.4 deprecation)#32
yakari007 wants to merge 2 commits into
masterfrom
dev

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.

yakari007 and others added 2 commits July 16, 2026 01:11
TicketsService::create() already dispatches CreateGithubIssueForCustomerBugReportJob
(commit 19021ba), but update() didn't - so tagging an existing ticket as a bug
report after creation never filed an issue. The job self-guards on tag presence
and on an issue already being filed, so it's safe to dispatch unconditionally here.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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