Skip to content

Conversation

@keradus
Copy link
Member

@keradus keradus commented Dec 14, 2025

Q A
Branch? 8.1
Bug fix? no
New feature? no
Deprecations? no
Issues Fix CS
License MIT

@carsonbot carsonbot added this to the 8.1 milestone Dec 14, 2025
@carsonbot carsonbot changed the title chore: PHP CS Fixer cleanup chore: PHP CS Fixer cleanup Dec 14, 2025
@keradus keradus changed the title chore: PHP CS Fixer cleanup PHP CS Fixer: generic 8.1 cleanup Dec 14, 2025
@keradus keradus closed this Dec 14, 2025
@keradus keradus reopened this Dec 14, 2025
@keradus keradus requested a review from welcoMattic as a code owner December 14, 2025 21:02
@carsonbot carsonbot changed the title PHP CS Fixer: generic 8.1 cleanup PHP CS Fixer: generic 8.1 cleanup Dec 15, 2025

if (!$process->isSuccessful() || !preg_match('/^O\:\d+\:/', $process->getOutput())) {
throw new RuntimeException(\sprintf('OUTPUT: %s ERROR OUTPUT: %s.', $process->getOutput(), $process->getErrorOutput()));
throw new RuntimeException(\sprintf('OUTPUT: "%s" ERROR OUTPUT: "%s".', $process->getOutput(), $process->getErrorOutput()));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would revert this change as the output can also contain ".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 , suggested by fabbot, you may consider tweaking fabbot as well

@fabpot
Copy link
Member

fabpot commented Dec 16, 2025

Thank you @keradus.

@fabpot fabpot merged commit c01a660 into symfony:8.1 Dec 16, 2025
8 of 10 checks passed
@keradus keradus deleted the 8.1_fixer branch December 16, 2025 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants