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 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## 1.3.3 — unreleased
5+ ### Added
6+ * ` no_whitespace_in_blank_line ` : Remove trailing whitespace at the end of blank lines
7+
48## 1.3.2 - 2024-10-14
59### Added
610* ` 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 {
5555 'no_trailing_whitespace ' => true ,
5656 'no_trailing_whitespace_in_comment ' => true ,
5757 'no_unused_imports ' => true ,
58+ 'no_whitespace_in_blank_line ' => true ,
5859 'nullable_type_declaration_for_default_null_value ' => true ,
5960 'nullable_type_declaration ' => ['syntax ' => 'question_mark ' ],
6061 'operator_linebreak ' => [
You can’t perform that action at this time.
0 commit comments