Releases: CodeIgniter/coding-standard
Releases · CodeIgniter/coding-standard
Release list
v1.7.9 Coding Standard
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #12
- Add
long_to_shorthand_operatorby @ddevsr in #13 - Update release.yml
Full Changelog: v1.7.8...v1.7.9
v1.7.8 Coding Standard
Fixed 🔧
- Add
case_sensitiveoption to order fixers
Please refer to the CHANGELOG for the detailed list of changes.
v1.7.7 Coding Standard
Fixed 🔧
- Specify force option for
php_unit_data_provider_staticfixer
Please refer to the CHANGELOG for the detailed list of changes.
v1.7.6 Coding Standard
Changes ⚙️
- Enable 'php_unit_data_provider_static'
- Add new fixers in php-cs-fixer v3.23
- Add
yield_from_array_to_yields - Enable
php_unit_data_provider_name - Use all available checked tokens for
no_extra_blank_lines - Configure
php_unit_data_provider_return_type - Remove
parallel.timeoutin phpstan.neon.dist
Please refer to the CHANGELOG for the detailed list of changes.
v1.7.5 Coding Standard
Changes ⚙️
- Configure new fixers in php-cs-fixer v3.20
Please refer to the CHANGELOG for the detailed list of changes.
v1.7.4 Coding Standard
Changes ⚙️
- Bump php-cs-fixer to v3.18
- Add case_sensitive option to ordered_class_elements
- Add missing rules
Fixed 🔧
- fix: ruleset deprecated on
v3.18(#10)
New Contributors
Please refer to the CHANGELOG for the detailed list of changes.
Full Changelog: v1.7.3...v1.7.4
v1.7.3 Coding Standard
Changed
- Replace
single_space_after_constructwithsingle_space_around_construct - Remove deprecated
bracesrules - Bump php-cs-fixer to v3.16
Please refer to the CHANGELOG for the detailed list of changes.
v1.7.2 Coding Standard
Fixed 🔧
- Returned php-cs-fixer version to
^3.14(as previous bug was already fixed)
Please refer to the CHANGELOG for the detailed list of changes.
v1.7.1 Coding Standard
Fixed 🔧
- Fix php-cs-fixer version to v3.13.0, to avoid changes in
binary_operator_spacesbrought by v3.13.1
Please refer to the CHANGELOG for the detailed list of changes.
v1.7.0 Coding Standard
Changed
- Bump php-cs-fixer to v3.13
- Add 'case_sensitive' option to 'general_phpdoc_annotation_remove'
- Add 'closure_fn_spacing' option to 'function_declaration'
Please refer to the CHANGELOG for the detailed list of changes.