Skip to content

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

v3.21.0

24 Feb 08:54
3d1bb75
Compare
Choose a tag to compare
  • Deprecate PhpdocArrayStyleFixer - use phpdoc_array_type
  • NoUselessParenthesisFixer - keep parentheses around and, xor and or
  • Update minimum PHP CS Fixer version to 3.50.0

v3.20.0

03 Feb 10:47
a80cd2b
Compare
Choose a tag to compare
  • Deprecate PhpdocTypeListFixer (#960)
  • NoImportFromGlobalNamespaceFixer - do not remove import when it is a partial namespace (#959)

v3.19.2

25 Jan 16:46
e17ffa5
Compare
Choose a tag to compare

PhpdocArrayStyleFixer - fix for classes with _ in name (#955)

v3.19.1

23 Jan 18:15
7ddc5ac
Compare
Choose a tag to compare
  • NoImportFromGlobalNamespaceFixer - fix all places when there is a lot of changes (#954)

v3.19.0

15 Jan 20:50
425ea44
Compare
Choose a tag to compare
  • Deprecate NumericLiteralSeparatorFixer (#949)

v3.18.0

31 Dec 13:48
e03b07a
Compare
Choose a tag to compare
  • Add PhpdocTypeListFixer (#938)

v3.17.1

23 Dec 14:57
1adfc79
Compare
Choose a tag to compare

What's Changed

  • Warn contributors that README.md is generated, by @szepeviktor (#919)
  • StringableInterfaceFixer - fix for interfaces containing Stringable as part of its namespace (#925)
  • StringableInterfaceFixer - add Stringable at the beginning of interfaces list to avoid "Class cannot implement previously implemented interface" message (#926)

v3.17.0

19 Nov 12:10
bbfb4ff
Compare
Choose a tag to compare
  • Improve wording in README by @szepeviktor (#915)
  • PhpdocNoIncorrectVarAnnotationFixer - support promoted properties (#922)

v3.16.2

06 Aug 13:50
d3f2590
Compare
Choose a tag to compare
  • ReadonlyPromotedPropertiesFixer - do not make property readonly if it has an assignment in class (#914)

v3.16.1

06 Aug 12:47
1d9ba55
Compare
Choose a tag to compare
  • ReadonlyPromotedPropertiesFixer - do not make readonly properties if class is already readonly (#913)