Releases: paysera/lib-php-cs-fixer-config
Releases · paysera/lib-php-cs-fixer-config
3.0.2
- ChainedMethodCallsFixer refactored for the proper whitespaces, new lines, etc.
- DefaultValuesInConstructorFixer refactored
- ConditionResultsFixer fixed a bug when trying to get not existing token index+1
- TypeHintingArgumentsFixer to work correctly with nullable (?type) and other arguments.
- ChainedMethodCallsFixerTest - test cases added
- DefaultValuesInConstructorFixerTest - test cases added
3.0.1
- friendsofphp/php-cs-fixer` minor update to version 3.64.0
- Dependencies update (phpunit)
- Modified the download-phar.sh script to download the latest PHAR file.
- VisibilityPropertiesFixer has been changed to properly detect variables declared in the __constructor.Some other refactoring of fixer.
- DefaultValuesInConstructorFixer priority changed to work wright with VisibilityPropertiesFixer.
- SplittingInSeveralLinesFixer was refactored to handle situations with splitting lines in closures and functions parameters, including parameters in __constructor.
3.0.0 friendsofphp/php-cs-fixer 3.60.0 support
doctrine/inflector v2 support
Added doctrine/inflector v2 support
PHP version constraint update
PHP version constraint update
Added PHP 8.2 support
- added PHP 8.2 support
php-cs-fixer
updated to2.19
- removed
gecko-packages/gecko-php-unit
dependency
Prepared for compatibilty with php-cs-fixer v2.19
Prepared for compatibilty with php-cs-fixer v2.19
2.4.1: Fixed import alias
Merge pull request #33 from pavel-omelchuk/recognition-of-import-alia…
2.4.0: added support for php 7.4 typed properties declarations (#21)
* added support for php 7.4 typed properties declarations * Bug fix for nullable properties for php 7.4 * fix on build errors * fix travis * fix errors for new constats with access modifiers * fix tests for next versions of php like 8 * fixed CHANGELOG.md * fixed CHANGELOG.md * fixed CHANGELOG.md
2.3.0
php-cs-fixer updated to 2.16.3 version