Skip to content

Releases: eventjet/coding-standard

3.12.0

21 Aug 12:07
9fa17af

Choose a tag to compare

What's Changed

  • Simplify bootstrapping PHP-CS-Fixer config by @rieschl in #25

Full Changelog: 3.11.0...3.12.0

3.11.0

21 Aug 11:10
ab11a1c

Choose a tag to compare

What's Changed

  • Replace deprecated rules with their new counterpart by @rieschl in #26
  • Don't make spaces between union types by @rieschl in #27

Full Changelog: 3.10.3...3.11.0

3.10.3

21 Aug 10:44
ddb1779

Choose a tag to compare

What's Changed

  • Add more rules to better align it with the phpcs rules by @rieschl in #24

Full Changelog: 3.10.2...3.10.3

3.10.2

17 Aug 15:33
f19ad91

Choose a tag to compare

What's Changed

Full Changelog: 3.10.1...3.10.2

3.10.1

09 Aug 07:10
f7f9e28

Choose a tag to compare

What's Changed

  • Add documentation how to use PHP CS Fixer by @rieschl in #21
  • Add the ordered_types rule to the strict PHP CS Fixer ruleset by @MidnightDesign in #22

Full Changelog: 3.10.0...3.10.1

3.10.0

04 Aug 08:59
81a001a

Choose a tag to compare

What's Changed

Full Changelog: 3.9.0...3.10.0

coding-standard 3.9.0

20 Sep 10:11
17ce78a

Choose a tag to compare

What's Changed

Full Changelog: 3.8.0...3.9.0

coding-standard 3.8.0

26 Jul 12:01
5a36e2b

Choose a tag to compare

What's Changed

  • Disable two rules in the EventjetStrict ruleset that produce false positives all the time:
    Exclude the rules SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification and SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification. For example, we would have to repeat the type in every implementing class if even though it's already defined on the interface.

coding-standard 3.7.1

17 Feb 12:51
3.7.1
9b069f6

Choose a tag to compare

Added

  • #17 adds support for PHP 8.1

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

coding-standard 3.7.0

23 Apr 12:01
3.7.0
ecb1922

Choose a tag to compare

Added

  • #16 adds support for slevomat/coding-standard:^7.0

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.