Releases: kubawerlos/php-cs-fixer-custom-fixers
Releases · kubawerlos/php-cs-fixer-custom-fixers
v3.23.0
v3.22.0
- NoSuperfluousConcatenationFixer - add option "keep_concatenation_for_different_quotes"
- NoPhpStormGeneratedCommentFixer - handle more comments
- Update minimum PHP CS Fixer version to 3.61.1
v3.21.0
- Deprecate PhpdocArrayStyleFixer - use
phpdoc_array_type
- NoUselessParenthesisFixer - keep parentheses around
and
,xor
andor
- Update minimum PHP CS Fixer version to 3.50.0
v3.20.0
v3.19.2
v3.19.1
v3.19.0
v3.18.0
v3.17.1
What's Changed
- Warn contributors that
README.md
is generated, by @szepeviktor (#919) StringableInterfaceFixer
- fix for interfaces containingStringable
as part of its namespace (#925)StringableInterfaceFixer
- addStringable
at the beginning of interfaces list to avoid "Class cannot implement previously implemented interface" message (#926)
v3.17.0
- Improve wording in README by @szepeviktor (#915)
- PhpdocNoIncorrectVarAnnotationFixer - support promoted properties (#922)