Releases: madewithlove/php-cs-fixer-config
Releases · madewithlove/php-cs-fixer-config
3.1.0
What's Changed
- Replaced deprecated
no_trailing_comma_in_singleline_array
rule withno_trailing_comma_in_singleline
- Added new rules:
cast_spaces
,no_useless_return
,object_operator_without_whitespace
,trim_array_spaces
,no_whitespace_before_comma_in_array
,whitespace_after_comma_in_array
Full Changelog: 3.0.0...3.1.0
2.0.0
- [BREAKING] It's now required to always pass the folders as an array of strings. Previously, the tool graciously accepted both a string or an array of strings.
- [BREAKING] Updated minimum php version to 7.4
- Updated dependency on php-cs-fixer to latest (2.18) version