Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix a deprecated implicit nullable parameter in PHP 8.4#294

Merged
samsonasik merged 1 commit into
ecsphp:mainfrom
marcimat:fix_deprecated_nullable_parameter_in_test
Aug 21, 2025
Merged

Fix a deprecated implicit nullable parameter in PHP 8.4#294
samsonasik merged 1 commit into
ecsphp:mainfrom
marcimat:fix_deprecated_nullable_parameter_in_test

Conversation

@marcimat

Copy link
Copy Markdown
Contributor

Running composer test in PHP 8.4 gives a deprecated

Deprecated: Symplify\EasyCodingStandard\Tests\Console\Output\GitlabOutputFormatterTest::getMockedIssues(): Implicitly marking parameter $filePathForChanges as nullable is deprecated, the explicit nullable type must be used instead in ~/easy-coding-standard/tests/Console/Output/GitlabOutputFormatterTest.php on line 157

This PR corrects that point.

I used chore: in log commit ; feel free to tell me to change if needed.

@samsonasik samsonasik merged commit 27a28c6 into ecsphp:main Aug 21, 2025
6 checks passed
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.

2 participants