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

fix: NoExtraBlankLinesFixer - do not remove blank line after ? : throw #7457

Merged
merged 3 commits into from
Nov 23, 2023
Merged

fix: NoExtraBlankLinesFixer - do not remove blank line after ? : throw #7457

merged 3 commits into from
Nov 23, 2023

Conversation

kubawerlos
Copy link
Contributor

@kubawerlos kubawerlos commented Nov 22, 2023

Fixes #6499

@kubawerlos kubawerlos marked this pull request as ready for review November 23, 2023 21:03
@coveralls
Copy link

coveralls commented Nov 23, 2023

Coverage Status

coverage: 94.796% (+0.001%) from 94.795%
when pulling 20c4563 on 6b7562617765726c6f73:fix_NoExtraBlankLinesFixer
into a7fa115 on PHP-CS-Fixer:master.

@kubawerlos kubawerlos enabled auto-merge (squash) November 23, 2023 21:09
@kubawerlos kubawerlos merged commit 4eceb23 into PHP-CS-Fixer:master Nov 23, 2023
23 checks passed
@kubawerlos kubawerlos deleted the fix_NoExtraBlankLinesFixer branch November 23, 2023 23:44
@Wirone
Copy link
Member

Wirone commented Nov 23, 2023

Thank you @kubawerlos 🍻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rule no_extra_blank_lines with tokens: ['throw'] removes blank line after ? : throw
3 participants