Skip to content

Releases: phpyh/coding-standard

3.0.1 Fix deprecated rule sets, full `trailing_comma_in_multiline` support

Choose a tag to compare

@vudaltsov vudaltsov released this 21 Oct 10:31

What's Changed

  • Fix deprecated rule sets by @pageantry in #4
  • Add array_destructuring, match in trailing_comma_in_multiline by @pageantry in #4

Full Changelog: 3.0.0...3.0.1

3.0.0 Bump PHP to 8.3, use Fixer ^3.84 with @PHP84Migration set

Choose a tag to compare

@vudaltsov vudaltsov released this 16 Jul 23:44

Full Changelog: 2.6.3...3.0.0

2.6.3 Add `numeric_literal_separator` rule

Choose a tag to compare

@vudaltsov vudaltsov released this 01 Jun 17:47
e565e41

What's Changed

New Contributors

Full Changelog: 2.6.2...2.6.3

2.6.2 Leave only "use_trait" in ordered_class_elements

Choose a tag to compare

@vudaltsov vudaltsov released this 03 Sep 07:00
  • Separate cases, constants and trait_imports if meta
  • Leave only "use_trait" in ordered_class_elements

Full Changelog: 2.6.1...2.6.2

2.6.1 Removed property-read replacement from phpdoc_no_alias_tag

Choose a tag to compare

@vudaltsov vudaltsov released this 29 Feb 00:58

Full Changelog: 2.6.0...2.6.1

2.6.0

Choose a tag to compare

@vudaltsov vudaltsov released this 18 Jan 23:34
  • Disabled ordered_types.
  • Used @PER-CS2.0 instead of @PSR12.
  • Updated friendsofphp/php-cs-fixer to ^3.47.1.

Full Changelog: 2.5.0...2.6.0

2.5.0

Choose a tag to compare

@vudaltsov vudaltsov released this 13 Sep 12:12

Enabled static_lambda.

2.4.0

Choose a tag to compare

@vudaltsov vudaltsov released this 09 Jun 12:20

Added class_attributes_separation with single line for properties

2.3.0

Choose a tag to compare

@vudaltsov vudaltsov released this 09 Jun 09:52

Disabled php_unit_internal_class.

2.2.0

Choose a tag to compare

@vudaltsov vudaltsov released this 28 May 22:22
  • Set multiline_whitespace_before_semicolons to no_multi_line.
  • Disabled php_unit_test_class_requires_covers, because PHPUnit 10 attributes are not supported yet (see PHP-CS-Fixer/PHP-CS-Fixer#6795).
  • Support $overridingRules in applyTo().