Releases: kubawerlos/php-cs-fixer-custom-fixers
Releases · kubawerlos/php-cs-fixer-custom-fixers
v3.6.3
- PhpdocNoSuperfluousParamFixer - handle types with space
v3.6.2
Fix for PHP CS Fixer v.3.5.0
v3.6.1
Update symfony/finder in dev tools (#714)
v3.6.0
- Add IssetToArrayKeyExistsFixer
- Add PhpdocVarAnnotationToAssertFixer
v3.5.0
- Add NoUselessDirnameCallFixer
v3.4.1
Improve DeclareAfterOpeningTagFixer (#658)
v3.4.0
- Add DeclareAfterOpeningTagFixer
v3.3.1
- PhpdocNoIncorrectVarAnnotationFixer - fix for typed properties
v3.3.0
- Add ConstructorEmptyBracesFixer
- PhpdocNoIncorrectVarAnnotationFixer - remove more incorrect annotations
v3.2.1
- Fix for "false positive on PHP 8.0 attribute style comment"