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.2 - 2024-10-14
5+ ### Added
6+ * ` type_declaration_spaces ` : A single space between typehint and variable name
7+
48## 1.3.1 - 2024-09-19
59### Fixed
610* 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 {
7373 'switch_case_space ' => true ,
7474 'trailing_comma_in_multiline ' => ['elements ' => ['parameters ' ]],
7575 'types_spaces ' => ['space ' => 'none ' , 'space_multiple_catch ' => 'none ' ],
76+ 'type_declaration_spaces ' => ['elements ' => ['function ' , 'property ' ]],
7677 'visibility_required ' => [
7778 'elements ' => ['property ' , 'method ' , 'const ' ]
7879 ],
You can’t perform that action at this time.
0 commit comments