Commit 8ea907b
committed
Add multiline_whitespace_before_semicolons
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.rst1 parent af90c37 commit 8ea907b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments