Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps: Temporarily restrict php-cs-fixer 3.65.0 until fix for nullable decalaration is released #111

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

OndraM
Copy link
Member

@OndraM OndraM commented Dec 27, 2024

Php-cs-fixer 3.65.0 (included in ecs 12.4+) contains broken NullableTypeDeclarationFixer, which could lead to syntax error in code. It also cause unit tests to fail.
See PHP-CS-Fixer/PHP-CS-Fixer#8330 for the bug

This should be fixed in next php-cs-fixer release (there is already a PR with a fix), then we can remove the version restriction.

… decalaration is released

Php-cs-fixer 3.65.0 (included in ecs 12.4+) contains broken NullableTypeDeclarationFixer, which could lead to syntax error in code.
See PHP-CS-Fixer/PHP-CS-Fixer#8330

This should be fixed in next php-cs-fixer release, then we can remove the version restriction.
@OndraM OndraM merged commit 623d669 into main Dec 27, 2024
23 checks passed
@OndraM OndraM deleted the fix/disable-new-ecs branch December 27, 2024 11:31
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