Skip to content

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

v3.11.0

19 May 17:00
a1e78f0
Compare
Choose a tag to compare
  • Add ReadonlyPromotedPropertiesFixer

v3.10.2

17 May 16:10
5da90c8
Compare
Choose a tag to compare

What's Changed

  • StringableInterfaceFixer - fix for imported from global namespace in #783
  • StringableInterfaceFixer - fix for aliases in #785

v3.10.1

27 Mar 08:23
1a380cb
Compare
Choose a tag to compare
PromotedConstructorPropertyFixer - fix for variadic parameters (#768)

v3.10.0

18 Mar 15:08
6257b92
Compare
Choose a tag to compare
  • Do not require friendsofphp/php-cs-fixer as dependency (to allow using php-cs-fixer/shim)

v3.9.0

02 Mar 18:13
f514893
Compare
Choose a tag to compare
  • Add PhpdocTypesCommaSpacesFixer

v3.8.1

15 Feb 17:07
cddb6d7
Compare
Choose a tag to compare
  • DataProviderStaticFixer - make risky based on config

v3.8.0

13 Feb 11:04
3d4af3e
Compare
Choose a tag to compare
  • Update minimum PHP version to 7.4
  • Update minimum PHP CS Fixer version to 3.6.0
  • DataProviderStaticFixer - add option "force"
  • Deprecate InternalClassCasingFixer

Full Changelog: v3.7.2...v3.8.0

v3.7.2

04 Feb 17:26
8e20e24
Compare
Choose a tag to compare
  • NoDoctrineMigrationsGeneratedCommentFixer - fix priority in #739

v3.7.1

22 Jan 16:38
f274c08
Compare
Choose a tag to compare
  • PromotedConstructorPropertyFixer - do not remove PHPDocs and attributes #732
  • PromotedConstructorPropertyFixer - do not crash on variable property #733
  • PromotedConstructorPropertyFixer - get promoted property name from assignment, not from property #734

v3.7.0

21 Jan 19:39
aa1bbd9
Compare
Choose a tag to compare
  • Add NoTrailingCommaInSinglelineFixer