Skip to content

Releases: erickskrauch/php-cs-fixer-custom-fixers

1.3.0

21 Jun 20:23
36fb7f8
Compare
Choose a tag to compare

Added

  • Enh #4: Introduce ErickSkrauch\ordered_overrides fixer.

Fixed

  • Fix #14: Ensure compatibility with PHP-CS-Fixer 3.59.3 (alamirault).

1.2.4

15 Jan 00:19
4f379ec
Compare
Choose a tag to compare

Fixed

  • Bug #9: ErickSkrauch/align_multiline_parameters now correctly aligns variadic arguments.

1.2.3

09 Jan 15:21
ec5f8a4
Compare
Choose a tag to compare

Fixed

  • Bug #8: ErickSkrauch/align_multiline_parameters produces a new line for promoted properties without any types.

1.2.2

07 Jan 13:14
1.2.2
1bd8126
Compare
Choose a tag to compare

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

16 Nov 16:29
6b0e22f
Compare
Choose a tag to compare

Fixed

  • Bug #3: ErickSkrauch/align_multiline_parameters not working correctly with nullable type hints.

1.2.0

20 Jul 02:52
a0bef8d
Compare
Choose a tag to compare

Changed

  • ErickSkrauch\line_break_after_statements no longer removes extra blank lines in consecutive closing curly braces. Use no_extra_blank_lines with curly_brace_block tokens configuration for this fix.

1.1.0

29 May 20:54
4ef80d2
Compare
Choose a tag to compare

Added

  • Enh #1: ErickSkrauch\line_break_after_statements is now also fixes try-catch-finally block.

1.0.1

17 May 21:41
03b8e3e
Compare
Choose a tag to compare

Fixed

  • Decrease priority of the ErickSkrauch\blank_line_around_class_body fixer to avoid conflict with no_extra_blank_lines.

1.0.0

17 May 18:25
85b9611
Compare
Choose a tag to compare

Added