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.10.2

Published by kubawerlos over 2 years ago

What's Changed

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

Published by kubawerlos over 2 years ago

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

Published by kubawerlos over 2 years ago

  • Do not require friendsofphp/php-cs-fixer as dependency (to allow using php-cs-fixer/shim)
php-cs-fixer-custom-fixers - v3.9.0

Published by kubawerlos over 2 years ago

  • Add PhpdocTypesCommaSpacesFixer
php-cs-fixer-custom-fixers - v3.8.1

Published by kubawerlos over 2 years ago

  • DataProviderStaticFixer - make risky based on config
php-cs-fixer-custom-fixers - v3.8.0

Published by kubawerlos over 2 years ago

  • 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: https://github.com/kubawerlos/php-cs-fixer-custom-fixers/compare/v3.7.2...v3.8.0

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

Published by kubawerlos over 2 years ago

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

Published by kubawerlos almost 3 years ago

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

Published by kubawerlos almost 3 years ago

  • Add NoTrailingCommaInSinglelineFixer
php-cs-fixer-custom-fixers -

Published by kubawerlos almost 3 years ago

  • PhpdocNoSuperfluousParamFixer - handle types with space
php-cs-fixer-custom-fixers - v3.6.2

Published by kubawerlos almost 3 years ago

Fix for PHP CS Fixer v.3.5.0

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

Published by kubawerlos almost 3 years ago

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

Published by kubawerlos almost 3 years ago

  • Add IssetToArrayKeyExistsFixer
  • Add PhpdocVarAnnotationToAssertFixer
php-cs-fixer-custom-fixers - v3.5.0

Published by kubawerlos almost 3 years ago

  • Add NoUselessDirnameCallFixer
php-cs-fixer-custom-fixers - v3.4.1

Published by kubawerlos almost 3 years ago

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

Published by kubawerlos almost 3 years ago

  • Add DeclareAfterOpeningTagFixer
php-cs-fixer-custom-fixers - v3.3.1

Published by kubawerlos almost 3 years ago

  • PhpdocNoIncorrectVarAnnotationFixer - fix for typed properties
php-cs-fixer-custom-fixers - v3.3.0

Published by kubawerlos almost 3 years ago

  • Add ConstructorEmptyBracesFixer
  • PhpdocNoIncorrectVarAnnotationFixer - remove more incorrect annotations
php-cs-fixer-custom-fixers - v3.2.1

Published by kubawerlos almost 3 years ago

  • Fix for "false positive on PHP 8.0 attribute style comment"
php-cs-fixer-custom-fixers - v3.2.0

Published by kubawerlos almost 3 years ago

  • Add PhpUnitAssertArgumentsOrderFixer
  • Add PhpUnitDedicatedAssertFixer
  • PromotedConstructorPropertyFixer - add option "promote_only_existing_properties"
  • NoUselessCommentFixer - support PHPDoc like /** ClassName */