Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@WengerK WengerK released this 02 Oct 06:00
099c3f2

2.2.0 - 2024-10-02

Changed

  • replace deprecated rule 'escape_implicit_backslashes' by 'string_implicit_backslashes'

Removed

  • drop support for php-cs-fixer 3.35.x by removing tests on this version

Added

  • add running tests on PHP 8.3
  • add rule declare_equal_normalize to support declare(strict_types=1) without spaces around equal for Drupal8
  • enable ordered_imports.case_sensitive by default since Drupal Coder (8.3.25) is now enforcing it
  • enable rule fully_qualified_strict_types.phpdoc_tags = [] to prevent php-cs-fixer stripping Namespaces out of comments