Skip to content

Add multiline_whitespace_before_semicolons#2

Merged
ruudk merged 1 commit intoTicketSwap:mainfrom
OrestisZag:add-multiline-whitespace-before-semicolons
Nov 11, 2025
Merged

Add multiline_whitespace_before_semicolons#2
ruudk merged 1 commit intoTicketSwap:mainfrom
OrestisZag:add-multiline-whitespace-before-semicolons

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