Skip to content

Conversation

@OrestisZag
Copy link
Contributor

With this change we will remove any whitespaces before a semicolon

- return 1 + 2
-     ;
+ return 1 + 2;

https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/rules/semicolon/multiline_whitespace_before_semicolons.rst

With this change we will remove any whitespaces before a semicolon
e.g.
- return 1 + 2
-     ;
+ return 1 + 2;

https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/rules/semicolon/multiline_whitespace_before_semicolons.rst
@ruudk ruudk merged commit e595655 into TicketSwap:main Nov 11, 2025
2 checks passed
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.

2 participants