Releases: CodeIgniter/coding-standard
Releases · CodeIgniter/coding-standard
v1.3.0 Coding Standard
Changed
- Fix GHA workflows
- Bump versions
- PHP 7.4 minimum
- friendsofphp/php-cs-fixer v3.4.0
- phpstan/phpstan v1.0 minimum
- Enable
ordered_class_elements
rule - Enable
global_namespace_import
rule (#1) - Use
GITHUB_TOKEN
so that secrets can be passed to PRs
New Contributors
Please refer to the CHANGELOG for the detailed list of changes.
v1.2.0 Coding Standard
Changed
- Bump
friendsofphp/php-cs-fixer
to v3.2 minimum - Change behavior of
class_attributes_separation
rule - Add support for new fixers added in php-cs-fixer v3.2.0
- Enable
no_alternative_syntax
rule
Please refer to the CHANGELOG for the detailed list of changes.
v1.1.0 Coding Standard
Changed
- Bump to
friendsofphp/php-cs-fixer
v3.1.0 River for support of latest fixers - Bump to
nexusphp/cs-config
v3.3.0 for support of custom fixers
Please refer to the CHANGELOG for the detailed list of changes.
v1.0.0 Coding Standard
Initial release 🎉
This is the first release of the coding standards library. For usage instructions, please look at the README.