Releases: erickskrauch/php-cs-fixer-custom-fixers
Releases · erickskrauch/php-cs-fixer-custom-fixers
1.3.0
1.2.4
1.2.3
1.2.2
Added
ErickSkrauch/align_multiline_parameters
now correctly handles non-latin types and variable names (but you still shouldn't do that).
Fixed
- Bug #6:
ErickSkrauch/align_multiline_parameters
not working correctly with unions and intersections. ErickSkrauch/align_multiline_parameters
inserted a space between the type and the param name in the wrong position when there was no whitespace between them.
1.2.1
1.2.0
Changed
ErickSkrauch\line_break_after_statements
no longer removes extra blank lines in consecutive closing curly braces. Useno_extra_blank_lines
withcurly_brace_block
tokens configuration for this fix.
1.1.0
1.0.1
Fixed
- Decrease priority of the
ErickSkrauch\blank_line_around_class_body
fixer to avoid conflict withno_extra_blank_lines
.
1.0.0
Added
- Initial implementation (extracted from
elyby/php-code-style
).