File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## 1.3.3 — unreleased
5
+ ### Added
6
+ * ` no_whitespace_in_blank_line ` : Remove trailing whitespace at the end of blank lines
7
+
4
8
## 1.3.2 - 2024-10-14
5
9
### Added
6
10
* ` type_declaration_spaces ` : A single space between typehint and variable name
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public function getRules() : array {
55
55
'no_trailing_whitespace ' => true ,
56
56
'no_trailing_whitespace_in_comment ' => true ,
57
57
'no_unused_imports ' => true ,
58
+ 'no_whitespace_in_blank_line ' => true ,
58
59
'nullable_type_declaration_for_default_null_value ' => true ,
59
60
'nullable_type_declaration ' => ['syntax ' => 'question_mark ' ],
60
61
'operator_linebreak ' => [
You can’t perform that action at this time.
0 commit comments