Skip to content

Releases: CodeIgniter/coding-standard

v1.8.8 Coding Standard

27 Sep 13:56
v1.8.8
410526f

Choose a tag to compare

What's Changed

  • Add but disablephpdoc_tag_no_named_arguments
  • Add modifier_keywords fixer
  • Add @const to phpdoc_no_alias_tag

Full Changelog: v1.8.7...v1.8.8

v1.8.7 Coding Standard

18 Jul 15:05
v1.8.7
ad9452b

Choose a tag to compare

What's Changed

  • Enable no_useless_printf fixer

Full Changelog: v1.8.6...v1.8.7

v1.8.6 Coding Standard

05 Jul 14:00
v1.8.6
af02350

Choose a tag to compare

What's Changed

  • Bump to php-cs-fixer v3.76
  • Test on PHP 8.4

Full Changelog: v1.8.5...v1.8.6

v1.8.5 Coding Standard

02 May 16:53
v1.8.5
00bf9e0

Choose a tag to compare

What's Changed

  • Enable import_symbols option in fully_qualified_strict_types
  • Fix staticMethod.internalClass error

Full Changelog: v1.8.4...v1.8.5

v1.8.4 Coding Standard

23 Feb 15:40
v1.8.4
d2123e2

Choose a tag to compare

What's Changed

  • Update badges
  • Enable php_unit_data_provider_method_order fixer
  • Bump php-cs-fixer to v3.70
  • Enable modernize_stripos option in modernize_strpos fixer

Full Changelog: v1.8.3...v1.8.4

v1.8.3 Coding Standard

13 Jan 03:52
v1.8.3
aada002

Choose a tag to compare

What's Changed

  • Bump to php-cs-fixer v3.67 and cs-config v3.25
  • Add @phpstan-ignore to ignored tags of comment_to_phpdoc
  • Add general_attribute_remove fixer
  • Enable get_class_to_class_keyword
  • Add more elements to trailing_comma_in_multiline

Full Changelog: v1.8.2...v1.8.3

v1.8.2 Coding Standard

20 Nov 13:27
v1.8.2
49b4a4e

Choose a tag to compare

What's Changed

  • Add case to ordered_class_elements order
  • Bump to phpstan 2.0

Full Changelog: v1.8.1...v1.8.2

v1.8.1 Coding Standard

05 Aug 11:20
v1.8.1
2c16682

Choose a tag to compare

What's Changed

  • Add keep_annotations option for php_unit_attributes
  • Add php_unit_assert_new_names fixer
  • Bump dependencies

Full Changelog: v1.8.0...v1.8.1

v1.8.0 Coding Standard

16 Jun 15:54
v1.8.0
a523fd0

Choose a tag to compare

What's Changed

Full Changelog: v1.7.16...v1.8.0

v1.7.16 Coding Standard

18 May 12:41
v1.7.16
8b2c0de

Choose a tag to compare

What's Changed

  • Disable php_unit_attributes for now
  • Fix cs-config to v3.18 for now
  • Disable ordered_attributes for PHP <8.0