Skip to content

Releases: CodeIgniter/coding-standard

v1.7.12 Coding Standard

29 Dec 16:46
v1.7.12
c6b0875
Compare
Choose a tag to compare

What's Changed

  • Bump php-cs-fixer to v3.43
  • Enable other options of fully_qualified_strict_types
  • Disable class_keyword
  • Disable option for statement_indentation
  • Use default for option of unary_operator_spaces

v1.7.11 Coding Standard

13 Oct 05:10
v1.7.11
5eba1b2
Compare
Choose a tag to compare

What's Changed

  • Bump php-cs-fixer to v3.35

Full Changelog: v1.7.10...v1.7.11

v1.7.10 Coding Standard

01 Oct 12:32
v1.7.10
b875f3c
Compare
Choose a tag to compare

What's Changed

  • Bump to php-cs-fixer v3.34
  • Bump to php-cs-fixer v3.30
  • Fix tag name in release

v1.7.9 Coding Standard

18 Sep 10:15
v1.7.9
841ef22
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #12
  • Add long_to_shorthand_operator by @ddevsr in #13
  • Update release.yml

Full Changelog: v1.7.8...v1.7.9

v1.7.8 Coding Standard

30 Aug 03:41
v1.7.8
3f7e844
Compare
Choose a tag to compare

Fixed 🔧

  • Add case_sensitive option to order fixers

Please refer to the CHANGELOG for the detailed list of changes.

v1.7.7 Coding Standard

15 Aug 04:09
v1.7.7
22d57c7
Compare
Choose a tag to compare

Fixed 🔧

  • Specify force option for php_unit_data_provider_static fixer

Please refer to the CHANGELOG for the detailed list of changes.

v1.7.6 Coding Standard

15 Aug 04:04
v1.7.6
634ae23
Compare
Choose a tag to compare

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.timeout in phpstan.neon.dist

Please refer to the CHANGELOG for the detailed list of changes.

v1.7.5 Coding Standard

15 Jul 08:38
v1.7.5
d01a2fa
Compare
Choose a tag to compare

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

19 Jun 08:48
v1.7.4
44c52a4
Compare
Choose a tag to compare

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

05 May 09:15
v1.7.3
52a94d7
Compare
Choose a tag to compare

Changed

  • Replace single_space_after_construct with single_space_around_construct
  • Remove deprecated braces rules
  • Bump php-cs-fixer to v3.16

Please refer to the CHANGELOG for the detailed list of changes.