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.2 - 2024-10-14
5
+ ### Added
6
+ * ` type_declaration_spaces ` : A single space between typehint and variable name
7
+
4
8
## 1.3.1 - 2024-09-19
5
9
### Fixed
6
10
* Removed misbehaving ` ErickSkrauch/blank_line_before_return ` and ` ErickSkrauch/line_break_after_statements ` rules
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ public function getRules() : array {
73
73
'switch_case_space ' => true ,
74
74
'trailing_comma_in_multiline ' => ['elements ' => ['parameters ' ]],
75
75
'types_spaces ' => ['space ' => 'none ' , 'space_multiple_catch ' => 'none ' ],
76
+ 'type_declaration_spaces ' => ['elements ' => ['function ' , 'property ' ]],
76
77
'visibility_required ' => [
77
78
'elements ' => ['property ' , 'method ' , 'const ' ]
78
79
],
You can’t perform that action at this time.
0 commit comments