Skip to content

Comments

Fix implicit nullable parameter deprecation in ScriptHandler#1128

Open
itsekhmistro wants to merge 1 commit intooroinc:masterfrom
itsekhmistro:fix/php84-nullable-parameter-deprecation
Open

Fix implicit nullable parameter deprecation in ScriptHandler#1128
itsekhmistro wants to merge 1 commit intooroinc:masterfrom
itsekhmistro:fix/php84-nullable-parameter-deprecation

Conversation

@itsekhmistro
Copy link

Use explicit nullable type ?string for the $cwd parameter in runProcess() to fix PHP 8.4+ deprecation notice:

"Implicitly marking parameter $cwd as nullable is deprecated, the explicit nullable type must be used instead"

Use explicit nullable type `?string` for the `$cwd` parameter in
`runProcess()` to fix PHP 8.4+ deprecation notice:

"Implicitly marking parameter $cwd as nullable is deprecated,
the explicit nullable type must be used instead"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant