php-cs-fixer-custom-fixers

A set of custom fixers for PHP-CS-Fixer

MIT License

Downloads
630.4K
Stars
19
Committers
2
php-cs-fixer-custom-fixers - 1.3.0 Latest Release

Published by erickskrauch 4 months ago

Added

  • Enh #4: Introduce ErickSkrauch\ordered_overrides fixer.

Fixed

  • Fix #14: Ensure compatibility with PHP-CS-Fixer 3.59.3 (alamirault).
php-cs-fixer-custom-fixers - 1.2.4

Published by erickskrauch 10 months ago

Fixed

  • Bug #9: ErickSkrauch/align_multiline_parameters now correctly aligns variadic arguments.
php-cs-fixer-custom-fixers - 1.2.3

Published by erickskrauch 10 months ago

Fixed

  • Bug #8: ErickSkrauch/align_multiline_parameters produces a new line for promoted properties without any types.
php-cs-fixer-custom-fixers - 1.2.2

Published by erickskrauch 10 months ago

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.
php-cs-fixer-custom-fixers - 1.2.1

Published by erickskrauch 12 months ago

Fixed

  • Bug #3: ErickSkrauch/align_multiline_parameters not working correctly with nullable type hints.
php-cs-fixer-custom-fixers - 1.2.0

Published by erickskrauch over 1 year ago

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.
php-cs-fixer-custom-fixers - 1.1.0

Published by erickskrauch over 1 year ago

Added

  • Enh #1: ErickSkrauch\line_break_after_statements is now also fixes try-catch-finally block.
php-cs-fixer-custom-fixers - 1.0.1

Published by erickskrauch over 1 year ago

Fixed

  • Decrease priority of the ErickSkrauch\blank_line_around_class_body fixer to avoid conflict with no_extra_blank_lines.
php-cs-fixer-custom-fixers - 1.0.0

Published by erickskrauch over 1 year ago

Added