php-cs-fixer-custom-fixers

A set of custom fixers for PHP CS Fixer

MIT License

Downloads
7.1M
Stars
210
Committers
10
php-cs-fixer-custom-fixers - v3.22.0 Latest Release

Published by kubawerlos 2 months ago

  • NoSuperfluousConcatenationFixer - add option "keep_concatenation_for_different_quotes"
  • NoPhpStormGeneratedCommentFixer - handle more comments
  • Update minimum PHP CS Fixer version to 3.61.1
php-cs-fixer-custom-fixers - v3.21.0

Published by kubawerlos 8 months ago

  • Deprecate PhpdocArrayStyleFixer - use phpdoc_array_type
  • Update minimum PHP CS Fixer version to 3.50.0
php-cs-fixer-custom-fixers - v3.20.0

Published by kubawerlos 9 months ago

php-cs-fixer-custom-fixers - v3.19.2

Published by kubawerlos 9 months ago

PhpdocArrayStyleFixer - fix for classes with _ in name (https://github.com/kubawerlos/php-cs-fixer-custom-fixers/pull/955)

php-cs-fixer-custom-fixers - v3.19.1

Published by kubawerlos 9 months ago

php-cs-fixer-custom-fixers - v3.19.0

Published by kubawerlos 10 months ago

php-cs-fixer-custom-fixers - v3.18.0

Published by kubawerlos 10 months ago

php-cs-fixer-custom-fixers - v3.17.1

Published by kubawerlos 10 months ago

What's Changed

php-cs-fixer-custom-fixers - v3.17.0

Published by kubawerlos 11 months ago

php-cs-fixer-custom-fixers - v3.16.2

Published by kubawerlos about 1 year ago

  • ReadonlyPromotedPropertiesFixer - do not make property readonly if it has an assignment in class (#914)
php-cs-fixer-custom-fixers - v3.16.1

Published by kubawerlos about 1 year ago

php-cs-fixer-custom-fixers - v3.16.0

Published by kubawerlos over 1 year ago

php-cs-fixer-custom-fixers - v3.15.0

Published by kubawerlos over 1 year ago

php-cs-fixer-custom-fixers - v3.14.0

Published by kubawerlos over 1 year ago

php-cs-fixer-custom-fixers - v3.13.0

Published by kubawerlos over 1 year ago

php-cs-fixer-custom-fixers - v3.12.0

Published by kubawerlos over 1 year ago

php-cs-fixer-custom-fixers - v3.11.3

Published by kubawerlos almost 2 years ago

php-cs-fixer-custom-fixers - v3.11.2

Published by kubawerlos about 2 years ago

php-cs-fixer-custom-fixers - v3.11.1

Published by kubawerlos over 2 years ago

php-cs-fixer-custom-fixers - v3.11.0

Published by kubawerlos over 2 years ago

  • Add ReadonlyPromotedPropertiesFixer